Skip to content

Commit ef987d9

Browse files
committed
Remove unused constant
Signed-off-by: Jan Dubois <[email protected]>
1 parent 1f7adc0 commit ef987d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/networks/networks.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ package networks
22

33
import "net"
44

5-
const (
6-
LimaScheme = "lima://"
7-
)
8-
95
type NetworksConfig struct {
106
Paths Paths `yaml:"paths"`
117
Group string `yaml:"group,omitempty"` // default: "staff"

0 commit comments

Comments
 (0)