はじめに
Go言語では、関数は複数の値を返すことができます。この機能は、関数から結果とエラー値の両方を返すために一般的に使用されます。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("Golang")) -.-> go/FunctionsandControlFlowGroup(["Functions and Control Flow"])
go/FunctionsandControlFlowGroup -.-> go/functions("Functions")
subgraph Lab Skills
go/functions -.-> lab-15489{{"複数の戻り値"}}
end