This commit is contained in:
cubixle
2021-07-25 20:52:56 +01:00
parent 645ff9d698
commit 2ddeeea267
7 changed files with 140 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
package l1
import "fmt"
var (
ErrNoTarget = fmt.Errorf("no target has been set")
)