Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/corylanou/martini_test
- Owner: corylanou
- Created: 2014-02-22T16:26:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-22T16:38:13.000Z (almost 11 years ago)
- Last Synced: 2023-03-11T18:03:02.348Z (almost 2 years ago)
- Language: Go
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]