/go-project-setup

Code for a boilerplate golang app

Primary LanguageGo

Go Project Setup

This is a basic project to play around with golang!

Usage

  • make help
  • make setup
  • make ci
  • make run
  • make docker-run

Structure

  • prezo/ - go present slide deck
  • bin/ - compiled binaries
  • config/ - application configuration structure definitions
  • k8s/ - kubernetes deployment files
  • pkg/ - source code for the project
  • vendor/ - dependency libraries
  • config.yaml - config file used to run the app
  • main.go - entrypoint of the application