Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
9f8d15f3
Commit
9f8d15f3
authored
Oct 20, 2015
by
Brian Waldon
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #160 from philips/add-go-bindata-instructions
build: add install instructions for go-bindata
parents
70eb87d8
bf294d67
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
build
build
+1
-0
No files found.
build
View file @
9f8d15f3
...
@@ -16,6 +16,7 @@ if command -v go-bindata &>/dev/null; then
...
@@ -16,6 +16,7 @@ if command -v go-bindata &>/dev/null; then
gofmt
-w
./db/migrations/assets.go
gofmt
-w
./db/migrations/assets.go
else
else
echo
"Could not find go-bindata in path, will not generate migrations"
echo
"Could not find go-bindata in path, will not generate migrations"
echo
"Install go-bindata with: go get -u github.com/jteeuwen/go-bindata/..."
fi
fi
rm
-rf
$GOPATH
/src/github.com/coreos/dex
rm
-rf
$GOPATH
/src/github.com/coreos/dex
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment