From a108be356f9c17c54bd6e6918be7093913f5b8e4 Mon Sep 17 00:00:00 2001 From: emile Date: Fri, 19 Oct 2018 18:51:40 +0200 Subject: Replaced the filthy relatives imports through glorious absolute ones --- csv/csv.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csv') diff --git a/csv/csv.go b/csv/csv.go index bef3bd9..007c0f9 100644 --- a/csv/csv.go +++ b/csv/csv.go @@ -1,8 +1,8 @@ package csv import ( - "../file" - "../structs" + "git.darknebu.la/GalaxySimulator/Source/file" + "git.darknebu.la/GalaxySimulator/Source/structs" "git.darknebu.la/bit/logplus" "math/rand" "strconv" -- cgit 1.4.1