From 5ae97eebd0dfcaad32e92f9df7b7f73caad922bf Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期四, 07 十一月 2019 18:20:43 +0800
Subject: [PATCH] merge module

---
 structure/gragh.go |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/structure/gragh.go b/structure/gragh.go
index f8bfd92..6aae41f 100644
--- a/structure/gragh.go
+++ b/structure/gragh.go
@@ -18,4 +18,5 @@
 type Pointfloat struct {
 	X float64 `json:"x"`
 	Y float64 `json:"y"`
-}
\ No newline at end of file
+}
+

--
Gitblit v1.8.0