Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Move main source file to deplist/ dir (#20)
Browse files Browse the repository at this point in the history
* move main source file to deplist/ dir

* add file
  • Loading branch information
misberner authored Apr 19, 2021
1 parent 4d26f61 commit b5e61f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: test

build:
go build cmd/deplist.go
go build cmd/deplist/deplist.go

test:
go test ./... -cover -covermode=atomic
File renamed without changes.

0 comments on commit b5e61f4

Please sign in to comment.