josephspurrier / gowebapp

Basic MVC Web Application in Go
MIT License
1.14k stars 197 forks source link

Appear jsonconfig:20 #24

Closed AkbarMT58 closed 7 years ago

AkbarMT58 commented 7 years ago

i can not running your gowebapp,when i run in cmd is appear : " jsonconfig.go:20: open config\config.json: The system cannot find the path specified. exit status 1" can you solve this problem.i hope you help me.thank you @josephspurrier

josephspurrier commented 7 years ago

Make sure you are running go build and then ./gowebapp instead of go run.