update gitignore

This commit is contained in:
GenZmeY 2021-03-20 20:53:05 +03:00
parent 8af8b81f29
commit ac25d1bfc6
3 changed files with 4 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/bin/
/cmd/multini/multini
/cmd/go-jsonapi-example/go-jsonapi-example.exe

View File

@ -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() {