This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
tg_boss
/
server
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
e93bbad706
Větve
Značky
main
master
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())
}