Module collection (2)
This commit is contained in:
parent
485fca69ec
commit
8bf49d9e03
4 changed files with 269 additions and 0 deletions
12
test/main.go
Normal file
12
test/main.go
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
a := []int{1, 2, 3}
|
||||
fmt.Println(a)
|
||||
clear(a)
|
||||
fmt.Println(a)
|
||||
}
|
||||
BIN
test/test
Executable file
BIN
test/test
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue