點燈坊

新しいことを始めるのに、遅すぎる挑戰はない

タグ : Go

Multiple Return Values

Go has built-in support for multiple return values. This feature is used often in idiomatic Go, for example to return both result and error values from a function.