mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-03 13:13:34 +03:00
removed break statement
This commit is contained in:
parent
10f0e2a5a3
commit
70a529d527
1 changed files with 0 additions and 2 deletions
|
@ -75,10 +75,8 @@ func main() {
|
|||
switch runtime.GOOS {
|
||||
case "windows":
|
||||
factory = &winFactory{}
|
||||
break
|
||||
case "darwin":
|
||||
factory = &osxFactory{}
|
||||
break
|
||||
default:
|
||||
factory = &otherOSFactory{}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue