Skip to content

Commit 20554e0

Browse files
committed
use github.com/sourcegraph/sourcegraphh/lib/errors
1 parent 1a1da68 commit 20554e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/mcp/mcp_args.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package mcp
22

33
import (
4-
"errors"
54
"flag"
65
"fmt"
76
"reflect"
87
"strings"
8+
9+
"github.com/sourcegraph/sourcegraph/lib/errors"
910
)
1011

1112
var _ flag.Value = (*strSliceFlag)(nil)

0 commit comments

Comments
 (0)