Skip to content

Commit 5671f5f

Browse files
committed
🙈 Add .pubignore and go.mod
1 parent 6977b9e commit 5671f5f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.pubignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
go.mod

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module wechat_assets_picker
2+
3+
go 1.16
4+
5+
require github.com/flutter/flutter v2.0.0 // indirect

0 commit comments

Comments
 (0)