Azure-Samples / azure-sdk-for-go-samples

Examples of how to utilize Azure services from Go.
MIT License
296 stars 184 forks source link

add API framework samples #232

Open joshgav opened 5 years ago

joshgav commented 5 years ago

Like #231, create an API sample which can be instantly deployed to Azure. But use common API frameworks instead of the standard library. Start with:

  1. Gorilla
  2. Gin
  3. Buffalo