Clean up.
This commit is contained in:
parent
d5ba193551
commit
74725e8e11
3 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,6 @@ func argToString(value interface{}) string {
|
|||
|
||||
func integerTypesToString(value interface{}) string {
|
||||
switch bindVal := value.(type) {
|
||||
case bool:
|
||||
case int:
|
||||
return strconv.FormatInt(int64(bindVal), 10)
|
||||
case uint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue