| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="AutoImportSettings">
- <option name="autoReloadType" value="ALL" />
- </component>
- <component name="ChangeListManager">
- <list default="true" id="2ebdebe2-2366-4c23-810a-174dae489007" name="Changes" comment="">
- <change afterPath="$PROJECT_DIR$/task/buildsql.go" afterDir="false" />
- <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" />
- <change beforePath="$PROJECT_DIR$/config/config.toml" beforeDir="false" afterPath="$PROJECT_DIR$/config/config.toml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/go.mod" beforeDir="false" afterPath="$PROJECT_DIR$/go.mod" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/go.sum" beforeDir="false" afterPath="$PROJECT_DIR$/go.sum" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/task/demo.go" beforeDir="false" />
- </list>
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="Go File" />
- </list>
- </option>
- </component>
- <component name="GOROOT" url="file:///usr/local/go" />
- <component name="Git.Settings">
- <option name="RECENT_BRANCH_BY_REPOSITORY">
- <map>
- <entry key="$PROJECT_DIR$" value="master" />
- </map>
- </option>
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="GoLibraries">
- <option name="indexEntireGoPath" value="false" />
- </component>
- <component name="ProjectId" id="1zdU7B2KNHYdE9sjoELlTzzjW2G" />
- <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent">
- <property name="DefaultGoTemplateProperty" value="Go File" />
- <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
- <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
- <property name="WebServerToolWindowFactoryState" value="false" />
- <property name="go.formatter.settings.were.checked" value="true" />
- <property name="go.import.settings.migrated" value="true" />
- <property name="go.modules.go.list.on.any.changes.was.set" value="true" />
- <property name="go.sdk.automatically.set" value="true" />
- <property name="last_opened_file_path" value="$PROJECT_DIR$/../gfast" />
- </component>
- <component name="RunManager">
- <configuration name="go build main.go" type="GoApplicationRunConfiguration" factoryName="Go Application" nameIsGenerated="true">
- <module name="dbsync" />
- <working_directory value="$PROJECT_DIR$" />
- <kind value="FILE" />
- <directory value="$PROJECT_DIR$" />
- <filePath value="$PROJECT_DIR$/main.go" />
- <method v="2" />
- </configuration>
- </component>
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="VcsManagerConfiguration">
- <MESSAGE value="add postgresql driver" />
- <MESSAGE value="add postgresql support" />
- <option name="LAST_COMMIT_MESSAGE" value="add postgresql support" />
- </component>
- <component name="VgoProject">
- <integration-enabled>true</integration-enabled>
- </component>
- </project>
|