A simple look at some basic ways of getting HTTP routing of GET requests in Go.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Levi Olson ef1be6ff2a Step 2 6 years ago
.gitignore Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md Update README.md 6 years ago
main.go Step 2 6 years ago

README.md

Basic HTTP Routing in Golang

This repository is the example project used in my website post basic-http-routing-in-golang