mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
Fix(24): add main function
This commit is contained in:
parent
7274bf3b69
commit
0b3340e860
1 changed files with 5 additions and 0 deletions
|
|
@ -21,3 +21,8 @@ func correct() {
|
|||
_ = src
|
||||
_ = dst
|
||||
}
|
||||
|
||||
func main() {
|
||||
bad()
|
||||
correct()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue