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
ee604d64
Commit
ee604d64
authored
5 years ago
by
Will McCutchen
Browse files
Options
Downloads
Patches
Plain Diff
Fix go-bindata install w/ go modules, regen static assets
parent
39680b3b
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+2
-2
2 additions, 2 deletions
Makefile
httpbin/assets/assets.go
+14
-14
14 additions, 14 deletions
httpbin/assets/assets.go
with
16 additions
and
16 deletions
Makefile
+
2
−
2
View file @
ee604d64
...
@@ -9,7 +9,7 @@ TEST_ARGS := -race
...
@@ -9,7 +9,7 @@ TEST_ARGS := -race
build
:
dist/go-httpbin
build
:
dist/go-httpbin
dist/go-httpbin
:
$(GENERATED_ASSETS_PATH) cmd/go-httpbin/*.go httpbin/*.go
dist/go-httpbin
:
$(GENERATED_ASSETS_PATH) cmd/go-httpbin/*.go httpbin/*.go
go.mod
mkdir
-p
dist
mkdir
-p
dist
go build
-o
dist/go-httpbin ./cmd/go-httpbin
go build
-o
dist/go-httpbin ./cmd/go-httpbin
...
@@ -55,4 +55,4 @@ $(GOLINT):
...
@@ -55,4 +55,4 @@ $(GOLINT):
go get
-u
golang.org/x/lint/golint
go get
-u
golang.org/x/lint/golint
$(GOBINDATA)
:
$(GOBINDATA)
:
go get
-u
github.com/kevinburke/go-bindata/...
cd
/tmp
&&
go get
-u
github.com/kevinburke/go-bindata/...
This diff is collapsed.
Click to expand it.
httpbin/assets/assets.go
+
14
−
14
View file @
ee604d64
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