diff options
author | emile <hanemile@protonmail.com> | 2018-10-19 18:51:40 +0200 |
---|---|---|
committer | emile <hanemile@protonmail.com> | 2018-10-19 18:51:40 +0200 |
commit | a108be356f9c17c54bd6e6918be7093913f5b8e4 (patch) | |
tree | fe6db70915cfd5b77150ef181452b3cfe7756cd1 /forces | |
parent | a759b1c59e63f5515a03183fba79d36491b2d717 (diff) |
Replaced the filthy relatives imports through glorious absolute ones
Diffstat (limited to 'forces')
-rw-r--r-- | forces/forces.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forces/forces.go b/forces/forces.go index 5e29dc8..7130503 100644 --- a/forces/forces.go +++ b/forces/forces.go @@ -1,7 +1,7 @@ package forces import ( - "../structs" + "git.darknebu.la/GalaxySimulator/Source/structs" "fmt" "git.darknebu.la/bit/logplus" "gopkg.in/cheggaaa/pb.v1" |