workspace.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="ALL" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="2ebdebe2-2366-4c23-810a-174dae489007" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/task/buildsql.go" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/app/system/service/sys_dict_type.go" beforeDir="false" afterPath="$PROJECT_DIR$/app/system/service/sys_dict_type.go" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/config/config.toml" beforeDir="false" afterPath="$PROJECT_DIR$/config/config.toml" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/go.mod" beforeDir="false" afterPath="$PROJECT_DIR$/go.mod" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/go.sum" beforeDir="false" afterPath="$PROJECT_DIR$/go.sum" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/task/demo.go" beforeDir="false" />
  14. </list>
  15. <option name="SHOW_DIALOG" value="false" />
  16. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  17. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  18. <option name="LAST_RESOLUTION" value="IGNORE" />
  19. </component>
  20. <component name="FileTemplateManagerImpl">
  21. <option name="RECENT_TEMPLATES">
  22. <list>
  23. <option value="Go File" />
  24. </list>
  25. </option>
  26. </component>
  27. <component name="GOROOT" url="file:///usr/local/go" />
  28. <component name="Git.Settings">
  29. <option name="RECENT_BRANCH_BY_REPOSITORY">
  30. <map>
  31. <entry key="$PROJECT_DIR$" value="master" />
  32. </map>
  33. </option>
  34. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  35. </component>
  36. <component name="GoLibraries">
  37. <option name="indexEntireGoPath" value="false" />
  38. </component>
  39. <component name="ProjectId" id="1zdU7B2KNHYdE9sjoELlTzzjW2G" />
  40. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  41. <component name="ProjectViewState">
  42. <option name="hideEmptyMiddlePackages" value="true" />
  43. <option name="showLibraryContents" value="true" />
  44. </component>
  45. <component name="PropertiesComponent">
  46. <property name="DefaultGoTemplateProperty" value="Go File" />
  47. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  48. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  49. <property name="WebServerToolWindowFactoryState" value="false" />
  50. <property name="go.formatter.settings.were.checked" value="true" />
  51. <property name="go.import.settings.migrated" value="true" />
  52. <property name="go.modules.go.list.on.any.changes.was.set" value="true" />
  53. <property name="go.sdk.automatically.set" value="true" />
  54. <property name="last_opened_file_path" value="$PROJECT_DIR$/../gfast" />
  55. </component>
  56. <component name="RunManager">
  57. <configuration name="go build main.go" type="GoApplicationRunConfiguration" factoryName="Go Application" nameIsGenerated="true">
  58. <module name="dbsync" />
  59. <working_directory value="$PROJECT_DIR$" />
  60. <kind value="FILE" />
  61. <directory value="$PROJECT_DIR$" />
  62. <filePath value="$PROJECT_DIR$/main.go" />
  63. <method v="2" />
  64. </configuration>
  65. </component>
  66. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  67. <component name="TypeScriptGeneratedFilesManager">
  68. <option name="version" value="3" />
  69. </component>
  70. <component name="VcsManagerConfiguration">
  71. <MESSAGE value="add postgresql driver" />
  72. <MESSAGE value="add postgresql support" />
  73. <option name="LAST_COMMIT_MESSAGE" value="add postgresql support" />
  74. </component>
  75. <component name="VgoProject">
  76. <integration-enabled>true</integration-enabled>
  77. </component>
  78. </project>