This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
tgbot
/
server
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
33c41d84ac
Větve
Značky
dev
dev-ll
dev_alvin
dev_origin
master
newmaster
server
/
const
/
const_test.go
const_test.go
101 B
Historie
Surový
1
2
3
4
5
6
7
8
9
package mhayaConst
import (
"testing"
)
func TestVersionPrint(t *testing.T) {
t.Log(GetLOGO())
}