Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit cc861cb

Browse files
committed
test misspell
1 parent b02432a commit cc861cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

p/main.go

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package main
2+
3+
import "log"
4+
5+
func main() {
6+
const langauge = "en"
7+
log.Printf("app langauge is %s", langauge)
8+
}

0 commit comments

Comments
 (0)