Go言語ではintは明示的なキャストが必要。
数字→文字列はstrconv.Itoa(数字)
文字列→数字はstrconv.Atoi(文字列)
Go to list of users who liked
More than 1 year has passed since last update.
Go言語ではintは明示的なキャストが必要。
数字→文字列はstrconv.Itoa(数字)
文字列→数字はstrconv.Atoi(文字列)
Register as a new user and use Qiita more conveniently
Go to list of users who liked