12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?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="8dde75a1-d1c1-4fc1-81a0-4db9a43a6250" name="更改" comment="">
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <<<<<<< HEAD
- =======
- <change beforePath="$PROJECT_DIR$/db/selection.go" beforeDir="false" afterPath="$PROJECT_DIR$/db/selection.go" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/model/http_model/UpdateSelectionRequest.go" beforeDir="false" afterPath="$PROJECT_DIR$/model/http_model/UpdateSelectionRequest.go" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/service/selection.go" beforeDir="false" afterPath="$PROJECT_DIR$/service/selection.go" afterDir="false" />
- >>>>>>> new
- </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="GOROOT" url="file://$PROJECT_DIR$/../../../develop_tools/Go" />
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="ProjectId" id="2Tjm1DDLYMIqFnaHsNVswDndQ90" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <<<<<<< HEAD
- <component name="PropertiesComponent">{
- "keyToString": {
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.go.formatter.settings.were.checked": "true",
- "RunOnceActivity.go.migrated.go.modules.settings": "true",
- "RunOnceActivity.go.modules.go.list.on.any.changes.was.set": "true",
- "WebServerToolWindowFactoryState": "false",
- "go.import.settings.migrated": "true",
- "go.sdk.automatically.set": "true",
- "last_opened_file_path": "C:/Users/ls",
- "node.js.detected.package.eslint": "true",
- "node.js.selected.package.eslint": "(autodetect)"
- }
- }</component>
- =======
- <component name="PropertiesComponent"><![CDATA[{
- "keyToString": {
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.go.formatter.settings.were.checked": "true",
- "RunOnceActivity.go.migrated.go.modules.settings": "true",
- "RunOnceActivity.go.modules.go.list.on.any.changes.was.set": "true",
- "WebServerToolWindowFactoryState": "false",
- "go.import.settings.migrated": "true",
- "go.sdk.automatically.set": "true",
- "last_opened_file_path": "C:/Users/24678",
- "node.js.detected.package.eslint": "true",
- "node.js.selected.package.eslint": "(autodetect)"
- }
- }]]></component>
- <component name="RunManager">
- <configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
- <module name="youngee_m_api" />
- <working_directory value="$PROJECT_DIR$" />
- <go_parameters value="-i" />
- <kind value="FILE" />
- <directory value="$PROJECT_DIR$" />
- <filePath value="$PROJECT_DIR$" />
- <method v="2" />
- </configuration>
- <configuration default="true" type="GoTestRunConfiguration" factoryName="Go Test">
- <module name="youngee_m_api" />
- <working_directory value="$PROJECT_DIR$" />
- <go_parameters value="-i" />
- <kind value="DIRECTORY" />
- <directory value="$PROJECT_DIR$" />
- <filePath value="$PROJECT_DIR$" />
- <framework value="gotest" />
- <method v="2" />
- </configuration>
- </component>
- >>>>>>> new
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="VgoProject">
- <settings-migrated>true</settings-migrated>
- </component>
- </project>
|