Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
11
Task/Call-a-function/Go/call-a-function-1.go
Normal file
11
Task/Call-a-function/Go/call-a-function-1.go
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import (
|
||||
"image"
|
||||
"image/gif"
|
||||
"io/ioutil"
|
||||
"strings"
|
||||
"unicode"
|
||||
)
|
||||
|
||||
func f() (int, float64) { return 0, 0 }
|
||||
func g(int, float64) int { return 0 }
|
||||
func h(string, ...int) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue