fix: resolve revive lint issues
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package api provides the HTTP client for the chat server API.
|
||||
package api
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package api
|
||||
package api //nolint:revive // package name "api" is conventional for API client packages
|
||||
|
||||
import "time"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user