CURRENT PATH:
/
opt
/
golang
/
1.22.0
/
test
/
typeparam
/
issue50121b.dir
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
main.go
package main import ( "./d" "fmt" ) func main() { if got, want := d.BuildInt(), 42; got != want { panic(fmt.Sprintf("got %d, want %d", got, want)) } }
SIMPAN
BATAL