Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30b7a01

Browse files
committed
feat: shuwen-gin-vue
1 parent b510f12 commit 30b7a01

File tree

6 files changed

+10
-0
lines changed

6 files changed

+10
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

docs/shuwen-gin-vue.png

20.2 KB
Loading

docs/shuwen-gin-vue.xmind

11.4 KB
Binary file not shown.

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/shuwenhe/shuwen-gin-vue
2+
3+
go 1.15

main.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package main
2+
3+
import "fmt"
4+
5+
func main() {
6+
fmt.Println("shuwen-gin-vue")
7+
}

shuwen-gin-vue

2.04 MB
Binary file not shown.

0 commit comments

Comments
 (0)