Skip to content

Commit

Permalink
replace name
Browse files Browse the repository at this point in the history
  • Loading branch information
duanchao committed Dec 20, 2019
1 parent bd3b4e5 commit 97adc84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ this is a model generator for [jinzhu/gorm](https://github.com/jinzhu/gorm)

Demo
===
![image](https://github.com/BigKuCha/model-generator/blob/master/media/test.gif)
![image](https://github.com/bigkucha/model-generator/blob/master/media/test.gif)


Install
===

```
$ go get github.com/BigKuCha/model-generator
$ go get github.com/bigkucha/model-generator
```

Usage
Expand Down
4 changes: 2 additions & 2 deletions generator/model_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package generator

import (
"fmt"
"github.com/BigKuCha/model-generator/database"
"github.com/BigKuCha/model-generator/helper"
"github.com/bigkucha/model-generator/database"
"github.com/bigkucha/model-generator/helper"
"github.com/dave/jennifer/jen"
"github.com/jinzhu/inflection"
"github.com/urfave/cli"
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/BigKuCha/model-generator
module github.com/bigkucha/model-generator

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/BigKuCha/model-generator/generator"
"github.com/bigkucha/model-generator/generator"
"github.com/urfave/cli"
"os"
)
Expand Down

0 comments on commit 97adc84

Please sign in to comment.