Skip to content

Commit

Permalink
Refactoring Database (#470)
Browse files Browse the repository at this point in the history
Add database abstraction layer
  • Loading branch information
yohamta authored Aug 27, 2023
1 parent 45e1baf commit f5e55a1
Show file tree
Hide file tree
Showing 51 changed files with 1,052 additions and 865 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ build-ui:
@cp ui/dist/*.woff2 ./internal/web/handlers/assets/

test:
@go test -v ./...
@go test ./...

test-clean:
@go clean -testcache
@go test -v ./...
@go test ./...

lint:
@golangci-lint run ./...
Expand Down
306 changes: 0 additions & 306 deletions cmd/commands.go

This file was deleted.

Loading

0 comments on commit f5e55a1

Please sign in to comment.