diff options
| author | Jeff Carr <[email protected]> | 2024-03-09 17:46:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-09 17:46:36 -0600 |
| commit | fe94c0057bd0c44317f22afeb0fe8432e0b18c64 (patch) | |
| tree | 7d9041456dc538ce592981344403cda7197d3441 /example1/Makefile | |
| parent | f163738c86b84d8b6ddf12326d835de0191834bd (diff) | |
remove some of the wierder code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'example1/Makefile')
| -rw-r--r-- | example1/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/example1/Makefile b/example1/Makefile deleted file mode 100644 index 443064f..0000000 --- a/example1/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -all: - # go build - GO111MODULE="off" go run main.go - -goimports: - goimports -w *.go - -redomod: - rm -f go.* - GO111MODULE= go mod init - GO111MODULE= go mod tidy |
