This website works better with JavaScript.
Explore
关于
Help
Register
Sign In
jinql
/
learning-golang
mirror of
https://github.com/yangwenmai/learning-golang
Watch
1
Star
0
Fork
You've already forked learning-golang
0
Code
Issues
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
master
1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
learning-golang
/
export.go
7 lines
75 B
Raw
Permalink
Blame
History
package
main
// Add return a + b
func
Add
(
a
,
b
int
)
int
{
return
a
+
b
}
Reference in new issue
View Git Blame
Copy Permalink