From f3cc480c333d1c80f35010b82d574188fef76506 Mon Sep 17 00:00:00 2001 From: snoop Date: Mon, 26 Jun 2017 12:02:43 +0900 Subject: [PATCH] fixed package --- proxy/domain/domain_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/domain/domain_service.go b/proxy/domain/domain_service.go index b53fd1e..9263ac3 100644 --- a/proxy/domain/domain_service.go +++ b/proxy/domain/domain_service.go @@ -2,7 +2,7 @@ package domain import ( "encoding/json" - "loafle.com/overflow/commons_go/model/timestamp" + "git.loafle.net/overflow/commons_go/model/timestamp" "git.loafle.net/overflow/overflow_service/proxy/utils" )