Skip to content

Commit 310d7bc

Browse files
committed
lint: ipn/proxies.go typing
1 parent 85576cf commit 310d7bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intra/ipn/proxies.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const (
7171
type pxstatus int32
7272

7373
func (s pxstatus) String() string {
74-
switch s {
74+
switch int32(s) {
7575
case TKO:
7676
return "notok"
7777
case TOK:

0 commit comments

Comments
 (0)