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