Testing out the tools/cmd pattern with go get tool
This commit is contained in:
parent
f476605ecf
commit
3939a54513
2 changed files with 11 additions and 54 deletions
9
tools/cmd/dostuff.go
Normal file
9
tools/cmd/dostuff.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"log"
|
||||
)
|
||||
|
||||
func main() {
|
||||
log.Println("I DO THING!")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue