Skip to content

Commit

Permalink
rename package to moveaxlab
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeikal committed Jun 13, 2024
1 parent 7773551 commit e6f5403
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ forked from [CengSin/oracle](https://github.com/CengSin/oracle).
### how to install

```bash
go get github.com/cengsin/oracle
go get github.com/moveaxlab/oracle
```

### usage

```go
import (
"fmt"
"github.com/cengsin/oracle"
"github.com/moveaxlab/oracle"
"gorm.io/gorm"
"log"
)
Expand Down
2 changes: 1 addition & 1 deletion create.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"gorm.io/gorm/clause"
gormSchema "gorm.io/gorm/schema"

"github.com/cengsin/oracle/clauses"
"github.com/moveaxlab/oracle/clauses"
)

func Create(db *gorm.DB) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cengsin/oracle
module github.com/moveaxlab/oracle

go 1.21

Expand Down

0 comments on commit e6f5403

Please sign in to comment.