diff options
Diffstat (limited to 'content/flowcontrol/switch.go')
| -rw-r--r-- | content/flowcontrol/switch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/flowcontrol/switch.go b/content/flowcontrol/switch.go index 6837671..065db3d 100644 --- a/content/flowcontrol/switch.go +++ b/content/flowcontrol/switch.go @@ -17,6 +17,6 @@ func main() { default: // freebsd, openbsd, // plan9, windows... - fmt.Printf("%s.", os) + fmt.Printf("%s.\n", os) } } |
