From 7e786ea3b46fe00c949513d68673a31b33e36a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=81=A3?= <⁣> Date: Sun, 17 May 2020 20:55:43 +0200 Subject: [PATCH] Fix pilot --- go/tests/pilot_test/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/tests/pilot_test/main.go b/go/tests/pilot_test/main.go index f589f737d..183702a38 100644 --- a/go/tests/pilot_test/main.go +++ b/go/tests/pilot_test/main.go @@ -1,6 +1,6 @@ package main -import "github.com/01-edu/public/go/lib" +import "lib" func main() { lib.ChallengeMain("pilot")