Skip to content

foresthoffman/common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ Common ⚙️

Current project build status on Ubuntu 18.04 Current project build status on Windows Server 2019 Current project build status on Ubuntu Server Latest Current project build status on MacOS 10.15 Current project build status on MacOS Latest

common provides helpful DRY logic common to most Go services.

Installation

Run go get -u github.com/foresthoffman/common

If you're using go mod, run go mod vendor afterwards.

Importing

Import this package by including github.com/foresthoffman/common in your import block.

e.g.

package main

import(
    ...
    "github.com/foresthoffman/common"
)

Testing

Run go test -v -count=1 ./... in the project root directory. Use the -count=1 to force the tests to run un-cached.

That's all, enjoy!

About

A Go package full of helpful DRY logic common to most Go services. ⚙️🔨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages