This website requires JavaScript.
Explore
Help
Sign In
bvaudour
/
gob
Watch
1
Star
0
Fork
You've already forked gob
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8bf49d9e03
gob
/
test
/
main.go
13 lines
112 B
Go
Raw
Blame
History
package
main
import
(
"fmt"
)
func
main
(
)
{
a
:=
[
]
int
{
1
,
2
,
3
}
fmt
.
Println
(
a
)
clear
(
a
)
fmt
.
Println
(
a
)
}
Reference in New Issue
View Git Blame
Copy Permalink