From e505d71838ad1abb5c0ef67dae0c578bb8b65d8c Mon Sep 17 00:00:00 2001 From: geek Date: Fri, 9 Jun 2017 17:20:17 +0900 Subject: [PATCH] ee --- proxy/sensorItem/sensorItem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/sensorItem/sensorItem.go b/proxy/sensorItem/sensorItem.go index 67baada..0ad016e 100644 --- a/proxy/sensorItem/sensorItem.go +++ b/proxy/sensorItem/sensorItem.go @@ -2,10 +2,10 @@ package sensorItem import ( "encoding/json" + "git.loafle.net/overflow/commons_go/model/timestamp" "git.loafle.net/overflow/overflow_proxy_service/proxy/crawler" "git.loafle.net/overflow/overflow_proxy_service/proxy/sensorItemCategory" "git.loafle.net/overflow/overflow_proxy_service/proxy/utils" - "git.loafle.net/overflow/commons_go/model/timestamp" ) type SensorItem struct {