This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
DR
/
DRProtocolServer
Segui
5
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
f0c169fe42
Rami (Branch)
Tag
dev
master
0.0.1
DRProtocolSe...
/
main.go
main.go
80 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
package main
import (
"protocol-server/cmd"
)
func main() {
cmd.Execute()
}