Ajout du répertoire test dans .gitignore

This commit is contained in:
Benjamin VAUDOUR 2023-09-23 18:47:00 +02:00
parent 8bf49d9e03
commit 53d7e6c217
3 changed files with 1 additions and 12 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
# Go workspace file
go.work
test

View File

@ -1,12 +0,0 @@
package main
import (
"fmt"
)
func main() {
a := []int{1, 2, 3}
fmt.Println(a)
clear(a)
fmt.Println(a)
}

BIN
test/test

Binary file not shown.