Entre na pasta web_app, onde está o main.go
cd caminho/para/pasta/web_app
Agora execute o arquivo com:
go run main.go
Acesse no browser: localhost:8000
Enter in the web_app folder, the local of the main.go
cd path/to/folder/web_app
Run the main.go file:
go run main.go
Access in the browser: localhost:8000