mirror of
https://github.com/cubixle/l1.git
synced 2026-04-24 21:14:45 +01:00
8 lines
86 B
Go
8 lines
86 B
Go
package l1
|
|
|
|
import "fmt"
|
|
|
|
var (
|
|
ErrNoTarget = fmt.Errorf("no target has been set")
|
|
)
|