yawyd 5 months ago
commit
317de4ed09
7 changed files with 40 additions and 0 deletions
  1. 8 0
      .idea/.gitignore
  2. 6 0
      .idea/GOHCache.xml
  3. 8 0
      .idea/modules.xml
  4. 9 0
      .idea/trace-stream-creator.iml
  5. 6 0
      .idea/vcs.xml
  6. 3 0
      go.mod
  7. 0 0
      readme.md

+ 8 - 0
.idea/.gitignore

@@ -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

+ 6 - 0
.idea/GOHCache.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="GoORMHelperCache">
+    <option name="lastTimeChecked" value="1727190662954" />
+  </component>
+</project>

+ 8 - 0
.idea/modules.xml

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/trace-stream-creator.iml" filepath="$PROJECT_DIR$/.idea/trace-stream-creator.iml" />
+    </modules>
+  </component>
+</project>

+ 9 - 0
.idea/trace-stream-creator.iml

@@ -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>

+ 6 - 0
.idea/vcs.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>

+ 3 - 0
go.mod

@@ -0,0 +1,3 @@
+module git.cestong.com.cn/cecf/trace-stream-creator
+
+go 1.22.1

+ 0 - 0
readme.md