Go Standard Library Cookbook
上QQ阅读APP看书,第一时间看更新

There's more…

If the arguments are defined as flags, -flag value, additional logic is needed to assign the value to the flag. In this case, there is a better way to parse these by using the flag package. This approach is part of the next recipe.