mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 04:48:29 +08:00
fix: coding style and file format for all example.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Starting the program")
|
||||
panic("A severe error occurred: stopping the program!")
|
||||
fmt.Println("Ending the program")
|
||||
}
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Starting the program")
|
||||
panic("A severe error occurred: stopping the program!")
|
||||
fmt.Println("Ending the program")
|
||||
}
|
||||
|
Reference in New Issue
Block a user