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 065db3d..438c983 100644 --- a/content/flowcontrol/switch.go +++ b/content/flowcontrol/switch.go @@ -8,7 +8,7 @@ import ( ) func main() { - fmt.Print("Go runs on ") + fmt.Print("Go berjalan pada ") switch os := runtime.GOOS; os { case "darwin": fmt.Println("OS X.") |
