1
0
mirror of https://github.com/mgechev/revive.git synced 2025-07-15 01:04:40 +02:00

Code cleaunp (#905)

* fix minor lint issue

* fix package comments

* fix comments

* removes extra empty lines

* fix import alias name
This commit is contained in:
chavacava
2023-09-23 10:41:34 +02:00
committed by GitHub
parent 50091409c0
commit 5ccebe86c2
17 changed files with 22 additions and 8 deletions

View File

@ -1,3 +1,4 @@
// Package cli implements the revive command line application.
package cli
import (