Skip to content

Commit

Permalink
chore: remove the binary and add gitignore (#315)
Browse files Browse the repository at this point in the history
Signed-off-by: 117503445 <t117503445@gmail.com>

Signed-off-by: 117503445 <t117503445@gmail.com>
  • Loading branch information
117503445 authored Oct 1, 2022
1 parent cfd7483 commit 7bcbf27
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/hello-world/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
order
Binary file removed examples/hello-world/order
Binary file not shown.
1 change: 1 addition & 0 deletions examples/socket/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
order
2 changes: 1 addition & 1 deletion examples/socket/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bin: go-mod

.PHONY: go-mod
go-mod: go-check
go mod tidy
go mod tidy -compat=1.17
go mod vendor

.PHONY: go-check
Expand Down

0 comments on commit 7bcbf27

Please sign in to comment.