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