Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/corylanou/martini_test

Martini Test - It runs...
https://github.com/corylanou/martini_test

Last synced: 21 days ago
JSON representation

Martini Test - It runs...

Awesome Lists containing this project

README

        

When entering the directory, run:

```
source dev.env
```

This will set up your go path.

Then, cd go the project directory:

```
cd src/supportlocal/martini_test
```

Get your dependencies

```
go get
```

Build it

```
go build
```

Run it

```
./martinin_test
```

Also, I use a tool that Levi wrote called "glitch". It's a continous test/vet/build. You can find it here:

(https://github.com/levicook/glitch)[https://github.com/levicook/glitch]