кастомный echotron + fix текста

This commit is contained in:
Artem Tsyrulnikov
2026-02-19 11:13:45 +03:00
parent 4b9e5bf4df
commit 5e25ea1a59
57 changed files with 11371 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
package echotron
import "testing"
var a APIError
func TestErrorCode(_ *testing.T) {
a.ErrorCode()
}
func TestDescription(_ *testing.T) {
a.Description()
}
func TestError(_ *testing.T) {
_ = a.Error()
}