Skip to content

Commit 43097c4

Browse files
committed
1 parent ea50b40 commit 43097c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.基本结构.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type gopher struct{}
1919
//接口的声明
2020
type golang interface{}
2121

22-
// main 函数作为程序的入口点启动
22+
//使用 main 函数作为程序的入口点启动
2323
func main() {
2424
std.Println("Hellow World!")
2525
}

0 commit comments

Comments
 (0)