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