testing build tools
This commit is contained in:
parent
5da1a88296
commit
fe4d1ea1c2
2 changed files with 8 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ backup/
|
||||||
utils/
|
utils/
|
||||||
utils.old/
|
utils.old/
|
||||||
bin/
|
bin/
|
||||||
|
dist/
|
|
@ -1 +1,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("test")
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue