This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
stdio
/
boiler-go-vuejs
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
c79ec6b7a8
ブランチ
タグ
master
boiler-go-vu...
/
.boiler
/
templates
/
gomain.go.boiler
gomain.go.boiler
98 B
履歴
Raw
1
2
3
4
5
6
7
8
// {{.author}} {{.email}}
package main
import "fmt"
func main() {
fmt.Println("Hello world")
}