https://github.com/joamag/doers
Extra project associated with the goers project
https://github.com/joamag/doers
Last synced: about 2 months ago
JSON representation
Extra project associated with the goers project
- Host: GitHub
- URL: https://github.com/joamag/doers
- Owner: joamag
- Created: 2014-05-01T15:59:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T18:08:49.000Z (over 8 years ago)
- Last Synced: 2025-01-16T15:56:02.179Z (3 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doers
Extra project associated with the goers project, the sole objective of the project is
to test the created [goers](https://github.com/joamag/goers) infra-structure.## Execution
To execute the ``doers`` command line utility locally (under the current path) use the
following set of commands.```bash
go get github.com/joamag/doers/src/doers
go build github.com/joamag/doers/src/doers
```If the intent is to install the doers into the ``$GOPATH`` directory the global install
mode should be activated using:```bash
go get -u github.com/joamag/doers/src/doers
```