Skip to content

Commit

Permalink
v4 after v0.1.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ljiang1 committed Nov 6, 2019
1 parent 34df9fa commit 5d2f05b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ac_v4/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/ljiang1/multv/ac_v4

go 1.12
7 changes: 7 additions & 0 deletions ac_v4/lib.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package my

import "fmt"

func NewStuff() {
fmt.Println("my new stuff ac_v4 version")
}

0 comments on commit 5d2f05b

Please sign in to comment.