This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
jaxmu
/
go-test
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
ce5ae68b8e
Dallar
Biçim İmleri
main
go-test
/
test
/
test.go
test.go
71 B
Geçmiş
Ham
1
2
3
4
5
6
// test/test.go
package test
func Add(a, b int) int {
return a + b
}