Skip to content

A go (lang) helper lib by Hurb ʕ◔ϖ◔ʔ

License

Notifications You must be signed in to change notification settings

hurbcom/aide-go

Repository files navigation

aide-go

A go (lang) helper lib by Hurb

gophers image

Setup

make setup

Using

To use this lib, in your app root path, get this package using:

go get github.com/hurbcom/aide-go/lib

or

go get gopkg.in/hurbcom/aide-go.v1

In your go file, import this using:

import "github.com/hurbcom/aide-go/lib"

or

import "gopkg.in/hurbcom/aide-go.v1"

And use like this:

fmt.Printf("Testing build at ", lib.BeginningOfToday())

Test

make test

Coverage

make coverage