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 {