update gitignore
This commit is contained in:
parent
8af8b81f29
commit
ac25d1bfc6
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/bin/
|
||||
/cmd/multini/multini
|
||||
/cmd/go-jsonapi-example/go-jsonapi-example.exe
|
Binary file not shown.
@ -22,13 +22,12 @@ import (
|
||||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"github.com/juju/gnuflag"
|
||||
"github.com/manyminds/api2go"
|
||||
|
||||
"go-jsonapi-example/internal/model"
|
||||
"go-jsonapi-example/internal/resource"
|
||||
"go-jsonapi-example/internal/storage"
|
||||
|
||||
"github.com/manyminds/api2go"
|
||||
|
||||
"github.com/juju/gnuflag"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user