Golangのweb frame workの Echo のライブリロード
ginがproxyしてくれるのでechoサーバのポートを教えてくれればよろしくリコンパイルしてくれる
gin --appPort 8080 r go run server.go
CompileDaemonだとこんな感じか
go get github.com/githubnemo/CompileDaemon
CompileDaemon -command="./run.sh" -include="*.go"
Golangのweb frame workの Echo のライブリロード
ginがproxyしてくれるのでechoサーバのポートを教えてくれればよろしくリコンパイルしてくれる
gin --appPort 8080 r go run server.go
CompileDaemonだとこんな感じか
go get github.com/githubnemo/CompileDaemon
CompileDaemon -command="./run.sh" -include="*.go"