File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ this is a model generator for [jinzhu/gorm](https://github.com/jinzhu/gorm)
5
5
6
6
Demo
7
7
===
8
- ![ image] ( https://github.com/BigKuCha /model-generator/blob/master/media/test.gif )
8
+ ![ image] ( https://github.com/bigkucha /model-generator/blob/master/media/test.gif )
9
9
10
10
11
11
Install
12
12
===
13
13
14
14
```
15
- $ go get github.com/BigKuCha /model-generator
15
+ $ go get github.com/bigkucha /model-generator
16
16
```
17
17
18
18
Usage
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package generator
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/BigKuCha /model-generator/database"
6
- "github.com/BigKuCha /model-generator/helper"
5
+ "github.com/bigkucha /model-generator/database"
6
+ "github.com/bigkucha /model-generator/helper"
7
7
"github.com/dave/jennifer/jen"
8
8
"github.com/jinzhu/inflection"
9
9
"github.com/urfave/cli"
Original file line number Diff line number Diff line change 1
- module github.com/BigKuCha /model-generator
1
+ module github.com/bigkucha /model-generator
2
2
3
3
go 1.13
4
4
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
import (
4
- "github.com/BigKuCha /model-generator/generator"
4
+ "github.com/bigkucha /model-generator/generator"
5
5
"github.com/urfave/cli"
6
6
"os"
7
7
)
You can’t perform that action at this time.
0 commit comments