Learning golang by implementing net/http, project euler, and asserts/testing.
Also tests git branching/rebasing.
go build server.gogo run server.go- Go to
http://localhost:8080/euler/1in a browser.
http://localhost:8080/http://localhost:8080/view/testhttp://localhost:8080/euler/[problem #]/http://localhost:8080/euler/[problem #]/[variable num from problem, e.g. 1000 from #1]/
Uses asserts as well.
go test to run tests from the golang_web_euler directory.
See: