Gostrconvstrconv.ParseInt

指定した基数の文字列をint64にパースします。

문법

strconv.ParseInt(s string, base, bitSize int) (int64, error)