12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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="539df32a-79aa-4468-8c23-71eb129e7b9a" name="Changes" comment="">
- <change afterPath="$PROJECT_DIR$/sqlite_concurrent_demo.go" afterDir="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 Application" />
- </list>
- </option>
- </component>
- <component name="GOROOT" url="file:///opt/homebrew/Cellar/go/1.20.2/libexec" />
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="GoLibraries">
- <option name="indexEntireGoPath" value="true" />
- </component>
- <component name="MarkdownSettingsMigration">
- <option name="stateVersion" value="1" />
- </component>
- <component name="ProjectId" id="2N8oPKG8xl9GvirQcrIgj4nKach" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- <option name="sortByType" value="true" />
- </component>
- <component name="PropertiesComponent">{
- "keyToString": {
- "DefaultGoTemplateProperty": "Go Application",
- "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",
- "go.import.settings.migrated": "true",
- "go.sdk.automatically.set": "true",
- "last_opened_file_path": "/Users/frederic.marand.ext",
- "settings.editor.selected.configurable": "go.vgo"
- },
- "keyToStringList": {
- "DatabaseDriversLRU": [
- "sqlite"
- ]
- }
- }</component>
- <component name="RunManager">
- <configuration name="go build code.osinet.fr/fgm/sqlite_concurrent_demo" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
- <module name="sqlite_concurrent_demo" />
- <working_directory value="$PROJECT_DIR$" />
- <kind value="PACKAGE" />
- <package value="code.osinet.fr/fgm/sqlite_concurrent_demo" />
- <directory value="$PROJECT_DIR$" />
- <filePath value="$PROJECT_DIR$/sqlite_concurrent_demo.go" />
- <method v="2" />
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="Go Build.go build code.osinet.fr/fgm/sqlite_concurrent_demo" />
- </list>
- </recent_temporary>
- </component>
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
- <component name="VgoProject">
- <settings-migrated>true</settings-migrated>
- </component>
- </project>
|