mirror of
https://github.com/Pungyeon/clean-go-article.git
synced 2025-04-20 00:03:35 +00:00
add the valid return signature for the getStringResult() function
This commit is contained in:
parent
d94be4024a
commit
115b35d60c
1 changed files with 3 additions and 3 deletions
|
@ -475,7 +475,7 @@ func getStringResult(num int) (string, error) {
|
||||||
case 64:
|
case 64:
|
||||||
// do nothing
|
// do nothing
|
||||||
}
|
}
|
||||||
return ""
|
return "", nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue