2021-03-27 17:14:47 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<project version= "4" >
<component name= "AutoImportSettings" >
2021-09-19 17:47:50 +02:00
<option name= "autoReloadType" value= "ALL" />
2021-03-27 17:14:47 +01:00
</component>
<component name= "ChangeListManager" >
2021-09-21 14:03:09 +02:00
<list default= "true" id= "4f2cb9e2-b3a4-4e84-b99e-efc626c48d46" name= "Changes" comment= "" >
2021-09-22 20:23:43 +02:00
<change beforePath= "$PROJECT_DIR$/.idea/apg-go.iml" beforeDir= "false" afterPath= "$PROJECT_DIR$/.idea/apg-go.iml" afterDir= "false" />
2021-09-21 14:03:09 +02:00
<change beforePath= "$PROJECT_DIR$/.idea/workspace.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/.idea/workspace.xml" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/cmd/apg/apg.go" beforeDir= "false" afterPath= "$PROJECT_DIR$/cmd/apg/apg.go" 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" />
</list>
2021-03-27 17:14:47 +01:00
<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>
2021-09-22 20:23:43 +02:00
<component name= "GOROOT" url= "file://$PROJECT_DIR$/../../go1.17.1" />
2021-03-27 17:14:47 +01:00
<component name= "Git.Settings" >
<option name= "RECENT_GIT_ROOT_PATH" value= "$PROJECT_DIR$" />
</component>
<component name= "GoLibraries" >
<option name= "indexEntireGoPath" value= "false" />
</component>
2021-09-21 14:03:09 +02:00
<component name= "ProjectId" id= "1yRb7lIdCn8c4b6dwTlP2QjBzYh" />
2021-09-22 20:23:43 +02:00
<component name= "ProjectLevelVcsManager" >
<OptionsSetting value= "false" id= "Update" />
</component>
2021-03-27 17:14:47 +01:00
<component name= "PropertiesComponent" >
2021-09-22 20:23:43 +02:00
<property name= "configurable..is.expanded" value= "false" />
<property name= "configurable.GoLibrariesConfigurable.is.expanded" value= "true" />
2021-09-19 17:47:50 +02:00
<property name= "go.formatter.settings.were.checked" value= "true" />
2021-03-27 17:14:47 +01:00
<property name= "go.import.settings.migrated" value= "true" />
2021-09-19 17:47:50 +02:00
<property name= "go.modules.go.list.on.any.changes.was.set" value= "true" />
2021-09-22 20:23:43 +02:00
<property name= "settings.editor.selected.configurable" value= "go.sdk" />
2021-03-27 17:14:47 +01:00
</component>
2021-09-22 20:23:43 +02:00
<component name= "RunManager" selected= "Go Test.Run Tests" >
<configuration name= "Run apg-go client" type= "GoApplicationRunConfiguration" factoryName= "Go Application" >
<module name= "apg-go" />
<working_directory value= "$PROJECT_DIR$" />
<kind value= "PACKAGE" />
<package value= "github.com/wneessen/apg-go/cmd/apg" />
<directory value= "$PROJECT_DIR$" />
<filePath value= "$PROJECT_DIR$" />
<method v= "2" />
</configuration>
2021-09-19 17:47:50 +02:00
<configuration default= "true" type= "GoApplicationRunConfiguration" factoryName= "Go Application" >
2021-09-21 14:03:09 +02:00
<module name= "apg-go" />
2021-03-27 17:14:47 +01:00
<working_directory value= "$PROJECT_DIR$" />
2021-09-21 14:03:09 +02:00
<kind value= "FILE" />
2021-09-19 17:47:50 +02:00
<directory value= "$PROJECT_DIR$" />
<filePath value= "$PROJECT_DIR$" />
<method v= "2" />
</configuration>
2021-09-22 20:23:43 +02:00
<configuration name= "Run Benchmark" type= "GoTestRunConfiguration" factoryName= "Go Test" >
<module name= "apg-go" />
<working_directory value= "$PROJECT_DIR$" />
<go_parameters value= "-v" />
<kind value= "PACKAGE" />
<package value= "github.com/wneessen/apg-go/cmd/apg" />
<directory value= "$PROJECT_DIR$" />
<filePath value= "$PROJECT_DIR$" />
<framework value= "gobench" />
<method v= "2" />
</configuration>
<configuration name= "Run Tests" type= "GoTestRunConfiguration" factoryName= "Go Test" >
<module name= "apg-go" />
<working_directory value= "$PROJECT_DIR$" />
<go_parameters value= "-v" />
<kind value= "PACKAGE" />
<package value= "github.com/wneessen/apg-go/cmd/apg" />
<directory value= "$PROJECT_DIR$" />
<filePath value= "$PROJECT_DIR$" />
<framework value= "gotest" />
<method v= "2" />
</configuration>
2021-09-19 17:47:50 +02:00
<configuration default= "true" type= "GoTestRunConfiguration" factoryName= "Go Test" >
2021-09-21 14:03:09 +02:00
<module name= "apg-go" />
2021-09-19 17:47:50 +02:00
<working_directory value= "$PROJECT_DIR$" />
<kind value= "DIRECTORY" />
2021-03-27 17:14:47 +01:00
<directory value= "$PROJECT_DIR$" />
<filePath value= "$PROJECT_DIR$" />
2021-04-17 11:04:14 +02:00
<framework value= "gotest" />
2021-03-27 17:14:47 +01:00
<method v= "2" />
</configuration>
2021-09-22 20:23:43 +02:00
<list >
<item itemvalue= "Go Build.Run apg-go client" />
<item itemvalue= "Go Test.Run Tests" />
<item itemvalue= "Go Test.Run Benchmark" />
</list>
2021-03-27 17:14:47 +01:00
</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>
2021-09-22 20:23:43 +02:00
<component name= "Vcs.Log.Tabs.Properties" >
<option name= "oldMeFiltersMigrated" value= "true" />
</component>
2021-03-27 17:14:47 +01:00
<component name= "VgoProject" >
<integration-enabled > true</integration-enabled>
</component>
2021-09-22 20:23:43 +02:00
<component name= "com.intellij.coverage.CoverageDataManagerImpl" >
<SUITE FILE_PATH= "coverage/apg_go$TestGetRandNum_in_github_com_wneessen_apg_go__1_.out" NAME= "TestGetRandNum in github.com/wneessen/apg.go (1) Coverage Results" MODIFIED= "1616594443133" SOURCE_PROVIDER= "com.intellij.coverage.DefaultCoverageFileProvider" RUNNER= "GoCoverage" COVERAGE_BY_TEST_ENABLED= "false" COVERAGE_TRACING_ENABLED= "false" />
<SUITE FILE_PATH= "coverage/apg_go$BenchmarkGetRandNum_in_apg_go.out" NAME= "BenchmarkGetRandNum in apg.go Coverage Results" MODIFIED= "1616342745320" SOURCE_PROVIDER= "com.intellij.coverage.DefaultCoverageFileProvider" RUNNER= "GoCoverage" COVERAGE_BY_TEST_ENABLED= "false" COVERAGE_TRACING_ENABLED= "false" />
<SUITE FILE_PATH= "coverage/apg_go$Test_Application.out" NAME= "Test Application Coverage Results" MODIFIED= "1616765230426" SOURCE_PROVIDER= "com.intellij.coverage.DefaultCoverageFileProvider" RUNNER= "GoCoverage" COVERAGE_BY_TEST_ENABLED= "false" COVERAGE_TRACING_ENABLED= "false" />
</component>
2021-03-27 17:14:47 +01:00
</project>