Skip to content

SaloValdez/blog

 
 

Repository files navigation

This repository holds the Go Blog server code and content.

To submit changes to this repository, see http://golang.org/doc/contribute.html.

To run the blog server locally:

	go build -o blog.exe ./blog
	./blog.exe

and then visit http://localhost:8080/.

About

Go Blog server code and content

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.3%
  • Go 22.3%
  • Other 0.4%