This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
toor
/
learn
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
446bf0e7bc
Ramuri
Etichete
main
learn
/
golang-learn
/
38-table_driven_tests
/
add.go
add.go
89 B
Istoric
Crud
1
2
3
4
5
6
package add
// Add 被测函数:两数相加
func Add(a, b int) int {
return a + b
}