modulepackage
0.0.0-20200720171956-6942e1dac57e
Repository: https://github.com/jakubd/referenceproject.git
Documentation: pkg.go.dev
# README
referenceProject
A very simple reference project for golang. Used to bootstrap new projects but not have too much as to make implementation decisions about libraries used. Basically meant to start new projects and avoid repeating the same setup process each time.
Contains the following:
- simple main.go
- basic go.mod
- logging via logsrus
- directory template for additional packages
- testing (with asserts by testify lib)
- .gitignore
- github actions running tests against current active golang versions and on mac/linux.
- makefile
# Packages
No description provided by the author
# Functions
AddNumbers simply adds two nums together.