forgot formating directive
This commit is contained in:
parent
979519561d
commit
2b76702029
@ -62,7 +62,7 @@ func build() {
|
||||
return
|
||||
}
|
||||
|
||||
fmt.Printf("Uploaded ID\n", id)
|
||||
fmt.Printf("Uploaded ID = %d\n", id)
|
||||
}
|
||||
|
||||
fmt.Println("Complete!")
|
||||
|
Loading…
Reference in New Issue
Block a user