if len(mySlice) > 3 {
// ...
}
How to check if a slice has a given index in Go? - Stack Overflow
Original by Github issue
チャットメンバー募集
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。
Go to list of users who liked
More than 1 year has passed since last update.
if len(mySlice) > 3 {
// ...
}
How to check if a slice has a given index in Go? - Stack Overflow
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。
Register as a new user and use Qiita more conveniently
Go to list of users who liked