simple-http-server-GO
simple-http-server-GO copied to clipboard
Accompanying code for my youtube video
I've cloned the repo and run `go run main.go` but I cannot get the form to serve when I request `localhost:8080/form`. See image attached.
Please review I've provided an image and a docker file to dockerize the entire project.
I'm not sure if it's due to different versions of the go runtime or something else but I could not get the form to display when making requests to `localhost:8080/form`....
- added .gitignore file - added go-server.exe to the ignore file - deleted go-server.exe
Do not put .exe file to github repo