about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--force.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/force.go b/force.go
index aac2e8e..32d1d6c 100644
--- a/force.go
+++ b/force.go
@@ -3,7 +3,7 @@ package main
 import (
 	"math"
 	"fmt"
-	"ioutil"
+	"io/ioutil"
 )
 
 // forces_acting calculates the force inbetween the two given stars s1 and s2