Go Tutorial Part 4 Functions
Contents
1 Simple Function
|
newCard()
: define function of namestring
: return datatype
2 Import
Files in the same package do not have to be imported
main.go
|
state.go
|
3 Returning multiple values
|
|
newCard()
: define function of namestring
: return datatypeFiles in the same package do not have to be imported
|
|
|