fix: resolve lint issues — rename api package, fix nolint directives
Some checks failed
check / check (push) Failing after 1m3s
Some checks failed
check / check (push) Failing after 1m3s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Package api provides a client for the chat server HTTP API.
|
||||
package api
|
||||
// Package chatapi provides a client for the chat server HTTP API.
|
||||
package chatapi
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package api //nolint:revive // package name is intentional
|
||||
package chatapi
|
||||
|
||||
import "time"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"git.eeqj.de/sneak/chat/cmd/chat-cli/api"
|
||||
api "git.eeqj.de/sneak/chat/cmd/chat-cli/api"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user