about summary refs log tree commit diff
path: root/structs
diff options
context:
space:
mode:
Diffstat (limited to 'structs')
-rw-r--r--structs/structs.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/structs/structs.go b/structs/structs.go
new file mode 100644
index 0000000..ad47731
--- /dev/null
+++ b/structs/structs.go
@@ -0,0 +1,6 @@
+package structs
+
+type coord struct {
+	x float64
+	y float64
+}