Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Go Httpbin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Nix
Go Httpbin
Commits
dccb6b3d
Commit
dccb6b3d
authored
6 years ago
by
Will McCutchen
Browse files
Options
Downloads
Patches
Plain Diff
Switch to maintained go-bindata fork
parent
793a5046
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
Makefile
+1
-1
1 addition, 1 deletion
Makefile
httpbin/assets/assets.go
+102
-58
102 additions, 58 deletions
httpbin/assets/assets.go
with
105 additions
and
61 deletions
.travis.yml
+
1
−
1
View file @
dccb6b3d
...
@@ -5,6 +5,6 @@ go:
...
@@ -5,6 +5,6 @@ go:
-
tip
-
tip
script
:
make test
script
:
make test
before_install
:
before_install
:
-
go get -u github.com/
jteeuwen
/go-bindata/...
-
go get -u github.com/
kevinburke
/go-bindata/...
notifications
:
notifications
:
email
:
false
email
:
false
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
dccb6b3d
FROM
golang:1.9
FROM
golang:1.9
RUN
go get
-u
github.com/
jteeuwen
/go-bindata/...
RUN
go get
-u
github.com/
kevinburke
/go-bindata/...
WORKDIR
/go/src/github.com/mccutchen/go-httpbin
WORKDIR
/go/src/github.com/mccutchen/go-httpbin
COPY
. .
COPY
. .
RUN
make
RUN
make
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
dccb6b3d
...
@@ -24,7 +24,7 @@ clean:
...
@@ -24,7 +24,7 @@ clean:
rm
-r
dist
rm
-r
dist
deps
:
deps
:
go get
-u
github.com/
jteeuwen
/go-bindata/...
go get
-u
github.com/
kevinburke
/go-bindata/...
image
:
assets cmd/go-httpbin/*.go httpbin/*.go
image
:
assets cmd/go-httpbin/*.go httpbin/*.go
mkdir
-p
/tmp/go-httpbin-docker
mkdir
-p
/tmp/go-httpbin-docker
...
...
This diff is collapsed.
Click to expand it.
httpbin/assets/assets.go
+
102
−
58
View file @
dccb6b3d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment