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.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
a, b := 10, 0
|
||||
c := a / b // panic: runtime error: integer divide by zero
|
||||
|
||||
print(c)
|
||||
}
|
||||
package main
|
||||
|
||||
func main() {
|
||||
a, b := 10, 0
|
||||
c := a / b // panic: runtime error: integer divide by zero
|
||||
|
||||
print(c)
|
||||
}
|
||||
|
Reference in New Issue
Block a user