From 83efe3481a5c001ae37116e8a5b0240552fa6c04 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Sat, 29 Apr 2023 11:48:57 -0700 Subject: ci: gofmt, golint => revive, update tools and actions (#87) Fixes up the `make lint` target to also check that all files are properly gofmt-ed, replaces the deprecated `golint` check with `revive`, and sets up dependabot to also update tools and actions regularly. --- main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index 9bd56e8..5d54071 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,5 @@ +// sally is an HTTP service that allows you to serve +// vanity import paths for your Go packages. package main // import "go.uber.org/sally" import ( -- cgit v1.2.3