Skip to content

Commit

Permalink
move examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Oct 10, 2021
1 parent 00b2ffc commit a5e3eb9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ cleanup-package:
GO111MODULE=on go mod tidy

run-example:
GO111MODULE=on go run examples/languages.go
GO111MODULE=on go run examples/files.go
GO111MODULE=on go run examples/languages/main.go
GO111MODULE=on go run examples/files/main.go

test:
GO111MODULE=on go test -v
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a5e3eb9

Please sign in to comment.