package
This commit is contained in:
snoop 2017-06-26 12:02:43 +09:00
parent 34d7a81ae8
commit f3cc480c33

View File

@ -2,7 +2,7 @@ package domain
import ( import (
"encoding/json" "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" "git.loafle.net/overflow/overflow_service/proxy/utils"
) )