Categorygithub.com/BrianHannay/golang-template-example
repositorypackage
0.0.0-20211112235852-794c33c09307
Repository: https://github.com/brianhannay/golang-template-example.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Golang Template

This minimal example project is meant to be used as a template by beginner golang developers. Included are:

  • a Makefile
  • a main class
  • a single dependency, with tests
  • demonstration of go routines
  • demonstration of deferred functions
  • demonstration of building and using Plugins