Skip to content

sohamkamani/blog_example__go_web_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the example repository for this blog post

To run the server on your system:

  1. Run go build to create the binary (birdpedia)
  2. Run the binary : ./birdpedia

To run tests, run go test ./...