Categorygithub.com/thetreep/toolbox
repository
0.0.0-20241002154806-46473ffb31d0
Repository: https://github.com/thetreep/toolbox.git
Documentation: pkg.go.dev

# Packages

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

# README

Toolbox

Build and Test Go

This repository holds a set of methods and interfaces to build production ready golang apps.

Prerequisites

I will need Go, Git, and Docker

How to build

    go mod vendor
    go mod download
    go build ./... # or make build

Running the tests

    make test # or go ./...

How to see docs

make doc

then wait 1 min and go to http://localhost:6060/pkg/github.com?thetreep/toolbox/

Enable Git Hooks

git config --local core.hooksPath .git-hooks/
GO111MODULE=on go get mvdan.cc/gofumpt