Skip to content

Commit

Permalink
Merge pull request #12 from RyougiNevermore/master
Browse files Browse the repository at this point in the history
v2
  • Loading branch information
RyougiNevermore committed Jul 22, 2020
2 parents 1fb3050 + 88339af commit 739964f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Database access layer for go.

## Usage

`go get -u github.com/pharosnet/dalc`
`go get -u github.com/pharosnet/dalc/v2`


```go
Expand Down
2 changes: 1 addition & 1 deletion cmd/go.mod → cmd/dalc/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/pharosnet/dalc/cmd
module github.com/pharosnet/dalc/cmd/dalc

go 1.14

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/pharosnet/dalc
module github.com/pharosnet/dalc/v2

go 1.14

0 comments on commit 739964f

Please sign in to comment.