@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="WEB_MODULE" version="4">
+ <component name="Go" enabled="true" />
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$" />
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/gocommon.iml" filepath="$PROJECT_DIR$/.idea/gocommon.iml" />
+ </modules>
+</project>
@@ -0,0 +1,6 @@
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
@@ -25,7 +25,7 @@ endif
GOFLAGS :=
GO111MODULE := on
GOPROXY := https://goproxy.cn,direct
-GOPRIVATE := gitea.ckfah.com*
+GOPRIVATE := git.shuncheng.lu*
export GO111MODULE
export GOPROXY
export GOPRIVATE