run on 127.0.0.1:8000 in dev mode

This commit is contained in:
Shawn Smith
2017-06-19 20:14:22 +09:00
parent c714abff78
commit d81f218f2d

View File

@@ -17,7 +17,7 @@ start:
go run main.go
start-dev:
go run main.go -dev
go run main.go -http 127.0.0.1:8000 -dev
misspell:
find . -name '*.go' -not -path './vendor/*' | xargs misspell -error