emahiro/b.log

Drastically Repeat Yourself !!!!

2021-04-01から1日間の記事一覧

strings.Split は分割できない時でも長さ1の slice を返す。

go

https://play.golang.org/p/ss6gWvidE2u でなんで長さ 1 の slice が返ってくるんだろーって悩んでたのですが、、、 // Split slices s into all substrings separated by sep and returns a slice of // the substrings between those separators. // // If…