This repository has been archived by the owner on Feb 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Derek Gonyeo
committed
Jun 14, 2016
1 parent
90e3bd3
commit 6353e3a
Showing
6,994 changed files
with
2,239,072 additions
and
356 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
language: go | ||
matrix: | ||
include: | ||
- go: 1.4.2 | ||
- go: 1.5.3 | ||
- go: 1.6 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Development Guide | ||
|
||
This file contains notes for people interested in contributing to acbuild. | ||
|
||
## Dependencies | ||
|
||
Dependencies are managed with [glide][1]. The typical user that wishes to clone | ||
and build acbuild should never need to interact with glide, but contributors | ||
may need to periodically. | ||
|
||
Obviously before using glide one must have glide installed, which can be done | ||
with the following command: | ||
|
||
``` | ||
go get github.com/Masterminds/glide | ||
``` | ||
|
||
To add a dependency: | ||
|
||
``` | ||
glide get -s -u -v <package-name> | ||
``` | ||
|
||
To change a dependency, update `glide.yaml` and then run: | ||
|
||
``` | ||
glide up -s -u -v | ||
``` | ||
|
||
[1]: https://github.com/Masterminds/glide |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
93 changes: 0 additions & 93 deletions
93
Godeps/_workspace/src/github.com/coreos/rkt/pkg/uid/uid.go
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.