Skip to content

Commit

Permalink
Finally remove mjibson/esc
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jul 2, 2021
1 parent a9dbb9b commit b55b715
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ clean:

install:
go install github.com/alvaroloes/enumer
go install github.com/mjibson/esc

lint:
golangci-lint run
Expand Down
1 change: 0 additions & 1 deletion tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ package main

import (
_ "github.com/alvaroloes/enumer"
_ "github.com/mjibson/esc"
)

0 comments on commit b55b715

Please sign in to comment.