Skip to content

Commit 75e52f1

Browse files
committed
commit fileheader
1 parent faefec6 commit 75e52f1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

main.go

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
/*
2+
* @Description: "the entry point of our executable program."
3+
* @Date: 2019-09-22 15:05:54
4+
* @LastEditors: wangtongli
5+
6+
* @LastEditTime: 2019-09-22 15:35:25
7+
*/
8+
19
package main
210

311
import (
412
"fmt"
513
)
614

7-
func main(){
15+
func main() {
816
fmt.Println("hello wrold!")
9-
}
17+
}

0 commit comments

Comments
 (0)