The Wayback Machine - https://web.archive.org/web/20201018064708/https://github.com/hurbcom/aide-go
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

aide-go

A go (lang) helper lib by Hotel Urbano

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
You can’t perform that action at this time.