点击运行
package main import ( "fmt" ) func main() { i := make([]int, 5, 5) fmt.Println(i) }
运行结果 :
正在执行...