How to ignore extra fields for fmt.Sprintf

后端 未结 5 1072
天涯浪人
天涯浪人 2021-01-13 13:24

I have a Golang program that reads a string parameter from command line and passes it to the fmt.Sprintf function. Let\'s say tmp_str is the target string from command line.

5条回答
提交回复
热议问题