workspace.xml 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="36eaad7a-0726-4217-b7e5-1b2c680697a1" name="Default" comment="">
  5. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/runConfigurations/go_run_main_go.xml" />
  6. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/main.go" />
  7. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/libraries/GOPATH__gache_.xml" afterPath="$PROJECT_DIR$/.idea/libraries/GOPATH__gache_.xml" />
  8. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/misc.xml" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
  9. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
  10. </list>
  11. <ignored path="gache.iws" />
  12. <ignored path=".idea/workspace.xml" />
  13. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  14. <option name="TRACKING_ENABLED" value="true" />
  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="CreatePatchCommitExecutor">
  21. <option name="PATCH_PATH" value="" />
  22. </component>
  23. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  24. <component name="FavoritesManager">
  25. <favorites_list name="gache" />
  26. </component>
  27. <component name="FileEditorManager">
  28. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  29. <file leaf-file-name="protocol.yml" pinned="false" current-in-tab="false">
  30. <entry file="file://$PROJECT_DIR$/docs/protocol.yml">
  31. <provider selected="true" editor-type-id="text-editor">
  32. <state relative-caret-position="655">
  33. <caret line="159" column="55" selection-start-line="159" selection-start-column="55" selection-end-line="159" selection-end-column="55" />
  34. <folding />
  35. </state>
  36. </provider>
  37. </entry>
  38. </file>
  39. <file leaf-file-name="main.go" pinned="false" current-in-tab="true">
  40. <entry file="file://$PROJECT_DIR$/main.go">
  41. <provider selected="true" editor-type-id="text-editor">
  42. <state relative-caret-position="405">
  43. <caret line="28" column="47" selection-start-line="28" selection-start-column="47" selection-end-line="28" selection-end-column="47" />
  44. <folding />
  45. </state>
  46. </provider>
  47. </entry>
  48. </file>
  49. </leaf>
  50. </component>
  51. <component name="FileTemplateManagerImpl">
  52. <option name="RECENT_TEMPLATES">
  53. <list>
  54. <option value="Go Application" />
  55. </list>
  56. </option>
  57. </component>
  58. <component name="Git.Settings">
  59. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  60. </component>
  61. <component name="GradleLocalSettings">
  62. <option name="externalProjectsViewState">
  63. <projects_view />
  64. </option>
  65. </component>
  66. <component name="IdeDocumentHistory">
  67. <option name="CHANGED_PATHS">
  68. <list>
  69. <option value="$PROJECT_DIR$/hello.go" />
  70. <option value="$PROJECT_DIR$/doc/components.md" />
  71. <option value="$PROJECT_DIR$/docs/event_handling.md" />
  72. <option value="$PROJECT_DIR$/docs/memory.md" />
  73. <option value="$PROJECT_DIR$/docs/components.md" />
  74. <option value="$PROJECT_DIR$/docs/readline.md" />
  75. <option value="$PROJECT_DIR$/docs/runner_cli.md" />
  76. <option value="$PROJECT_DIR$/docs/README.md" />
  77. <option value="$PROJECT_DIR$/docs/runner_config.md" />
  78. <option value="$PROJECT_DIR$/docs/protocol.yml" />
  79. <option value="$PROJECT_DIR$/main.go" />
  80. </list>
  81. </option>
  82. </component>
  83. <component name="ProjectFrameBounds">
  84. <option name="y" value="23" />
  85. <option name="width" value="1676" />
  86. <option name="height" value="1027" />
  87. </component>
  88. <component name="ProjectInspectionProfilesVisibleTreeState">
  89. <entry key="Project Default">
  90. <profile-state>
  91. <expanded-state>
  92. <State>
  93. <id />
  94. </State>
  95. <State>
  96. <id>Android &gt; Lint &gt; Correctness</id>
  97. </State>
  98. <State>
  99. <id>Gradle</id>
  100. </State>
  101. <State>
  102. <id>Probable bugsGradle</id>
  103. </State>
  104. </expanded-state>
  105. <selected-state>
  106. <State>
  107. <id>Android</id>
  108. </State>
  109. </selected-state>
  110. </profile-state>
  111. </entry>
  112. </component>
  113. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  114. <OptionsSetting value="true" id="Add" />
  115. <OptionsSetting value="true" id="Remove" />
  116. <OptionsSetting value="true" id="Checkout" />
  117. <OptionsSetting value="true" id="Update" />
  118. <OptionsSetting value="true" id="Status" />
  119. <OptionsSetting value="true" id="Edit" />
  120. <ConfirmationsSetting value="0" id="Add" />
  121. <ConfirmationsSetting value="0" id="Remove" />
  122. </component>
  123. <component name="ProjectReloadState">
  124. <option name="STATE" value="1" />
  125. </component>
  126. <component name="ProjectView">
  127. <navigator currentView="ProjectPane" proportions="" version="1">
  128. <flattenPackages />
  129. <showMembers />
  130. <showModules />
  131. <showLibraryContents />
  132. <hideEmptyPackages />
  133. <abbreviatePackageNames />
  134. <autoscrollToSource />
  135. <autoscrollFromSource />
  136. <sortByType />
  137. <manualOrder />
  138. <foldersAlwaysOnTop value="true" />
  139. </navigator>
  140. <panes>
  141. <pane id="Scratches" />
  142. <pane id="AndroidView">
  143. <subPane />
  144. </pane>
  145. <pane id="ProjectPane">
  146. <subPane>
  147. <PATH>
  148. <PATH_ELEMENT>
  149. <option name="myItemId" value="gache" />
  150. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  151. </PATH_ELEMENT>
  152. </PATH>
  153. <PATH>
  154. <PATH_ELEMENT>
  155. <option name="myItemId" value="gache" />
  156. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  157. </PATH_ELEMENT>
  158. <PATH_ELEMENT>
  159. <option name="myItemId" value="gache" />
  160. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  161. </PATH_ELEMENT>
  162. </PATH>
  163. <PATH>
  164. <PATH_ELEMENT>
  165. <option name="myItemId" value="gache" />
  166. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  167. </PATH_ELEMENT>
  168. <PATH_ELEMENT>
  169. <option name="myItemId" value="gache" />
  170. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  171. </PATH_ELEMENT>
  172. <PATH_ELEMENT>
  173. <option name="myItemId" value="docs" />
  174. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  175. </PATH_ELEMENT>
  176. </PATH>
  177. </subPane>
  178. </pane>
  179. <pane id="PackagesPane" />
  180. <pane id="Scope">
  181. <subPane subId="Project Files">
  182. <PATH>
  183. <PATH_ELEMENT USER_OBJECT="Root">
  184. <option name="myItemId" value="" />
  185. <option name="myItemType" value="" />
  186. </PATH_ELEMENT>
  187. <PATH_ELEMENT USER_OBJECT="gache">
  188. <option name="myItemId" value="" />
  189. <option name="myItemType" value="" />
  190. </PATH_ELEMENT>
  191. </PATH>
  192. </subPane>
  193. </pane>
  194. </panes>
  195. </component>
  196. <component name="PropertiesComponent">
  197. <property name="GoToClass.includeLibraries" value="false" />
  198. <property name="GoToClass.toSaveIncludeLibraries" value="false" />
  199. <property name="GoToFile.includeJavaFiles" value="false" />
  200. <property name="MemberChooser.sorted" value="false" />
  201. <property name="MemberChooser.showClasses" value="true" />
  202. <property name="MemberChooser.copyJavadoc" value="false" />
  203. <property name="settings.editor.selected.configurable" value="com.goide.configuration.GoConfigurableProvider$GoProjectSettingsConfigurable" />
  204. <property name="settings.editor.splitter.proportion" value="0.2" />
  205. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  206. <property name="android.project.structure.last.selected" value="SDK Location" />
  207. <property name="android.project.structure.proportion" value="0.15" />
  208. <property name="configurable.Global.libraries.is.expanded" value="true" />
  209. <property name="configurable.Project.libraries.is.expanded" value="true" />
  210. <property name="configurable.Module.libraries.is.expanded" value="true" />
  211. <property name="project.structure.last.edited" value="Project" />
  212. <property name="project.structure.proportion" value="0.0" />
  213. <property name="project.structure.side.proportion" value="0.0" />
  214. <property name="DefaultGoTemplateProperty" value="Go Application" />
  215. </component>
  216. <component name="RecentsManager">
  217. <key name="CopyFile.RECENT_KEYS">
  218. <recent name="$PROJECT_DIR$/docs" />
  219. </key>
  220. <key name="MoveFile.RECENT_KEYS">
  221. <recent name="$PROJECT_DIR$/docs" />
  222. </key>
  223. </component>
  224. <component name="RunManager" selected="Go Single File.go run main.go">
  225. <configuration default="true" type="AndroidJUnit" factoryName="Android JUnit">
  226. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  227. <module name="" />
  228. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  229. <option name="ALTERNATIVE_JRE_PATH" />
  230. <option name="PACKAGE_NAME" />
  231. <option name="MAIN_CLASS_NAME" />
  232. <option name="METHOD_NAME" />
  233. <option name="TEST_OBJECT" value="class" />
  234. <option name="VM_PARAMETERS" />
  235. <option name="PARAMETERS" />
  236. <option name="WORKING_DIRECTORY" />
  237. <option name="ENV_VARIABLES" />
  238. <option name="PASS_PARENT_ENVS" value="true" />
  239. <option name="TEST_SEARCH_SCOPE">
  240. <value defaultName="singleModule" />
  241. </option>
  242. <envs />
  243. <patterns />
  244. <method />
  245. </configuration>
  246. <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android App">
  247. <module name="" />
  248. <option name="DEPLOY" value="true" />
  249. <option name="ARTIFACT_NAME" value="" />
  250. <option name="PM_INSTALL_OPTIONS" value="" />
  251. <option name="ACTIVITY_EXTRA_FLAGS" value="" />
  252. <option name="MODE" value="default_activity" />
  253. <option name="PREFERRED_AVD" value="" />
  254. <option name="CLEAR_LOGCAT" value="false" />
  255. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  256. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  257. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  258. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  259. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  260. <option name="PREFERRED_AVD" value="" />
  261. <option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
  262. <option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
  263. <option name="DEBUGGER_TYPE" value="Auto" />
  264. <Auto>
  265. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  266. <option name="SHOW_STATIC_VARS" value="true" />
  267. <option name="WORKING_DIR" value="" />
  268. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  269. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  270. </Auto>
  271. <Hybrid>
  272. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  273. <option name="SHOW_STATIC_VARS" value="true" />
  274. <option name="WORKING_DIR" value="" />
  275. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  276. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  277. </Hybrid>
  278. <Java />
  279. <Native>
  280. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  281. <option name="SHOW_STATIC_VARS" value="true" />
  282. <option name="WORKING_DIR" value="" />
  283. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  284. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  285. </Native>
  286. <Profilers>
  287. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  288. <option name="SUPPORT_LIB_ENABLED" value="true" />
  289. <option name="INSTRUMENTATION_ENABLED" value="true" />
  290. </Profilers>
  291. <option name="DEEP_LINK" value="" />
  292. <option name="ACTIVITY_CLASS" value="" />
  293. <method />
  294. </configuration>
  295. <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Instrumented Tests">
  296. <module name="" />
  297. <option name="TESTING_TYPE" value="0" />
  298. <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
  299. <option name="METHOD_NAME" value="" />
  300. <option name="CLASS_NAME" value="" />
  301. <option name="PACKAGE_NAME" value="" />
  302. <option name="EXTRA_OPTIONS" value="" />
  303. <option name="PREFERRED_AVD" value="" />
  304. <option name="CLEAR_LOGCAT" value="false" />
  305. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
  306. <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
  307. <option name="FORCE_STOP_RUNNING_APP" value="true" />
  308. <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
  309. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  310. <option name="PREFERRED_AVD" value="" />
  311. <option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
  312. <option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
  313. <option name="DEBUGGER_TYPE" value="Auto" />
  314. <Auto>
  315. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  316. <option name="SHOW_STATIC_VARS" value="true" />
  317. <option name="WORKING_DIR" value="" />
  318. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  319. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  320. </Auto>
  321. <Hybrid>
  322. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  323. <option name="SHOW_STATIC_VARS" value="true" />
  324. <option name="WORKING_DIR" value="" />
  325. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  326. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  327. </Hybrid>
  328. <Java />
  329. <Native>
  330. <option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
  331. <option name="SHOW_STATIC_VARS" value="true" />
  332. <option name="WORKING_DIR" value="" />
  333. <option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
  334. <option name="SHOW_OPTIMIZED_WARNING" value="true" />
  335. </Native>
  336. <Profilers>
  337. <option name="ENABLE_ADVANCED_PROFILING" value="true" />
  338. <option name="SUPPORT_LIB_ENABLED" value="true" />
  339. <option name="INSTRUMENTATION_ENABLED" value="true" />
  340. </Profilers>
  341. <method />
  342. </configuration>
  343. <configuration default="true" type="Application" factoryName="Application">
  344. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  345. <option name="MAIN_CLASS_NAME" />
  346. <option name="VM_PARAMETERS" />
  347. <option name="PROGRAM_PARAMETERS" />
  348. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  349. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  350. <option name="ALTERNATIVE_JRE_PATH" />
  351. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  352. <option name="ENV_VARIABLES" />
  353. <option name="PASS_PARENT_ENVS" value="true" />
  354. <module name="" />
  355. <envs />
  356. <method />
  357. </configuration>
  358. <configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
  359. <module name="" />
  360. <working_directory value="$PROJECT_DIR$" />
  361. <filePath value="$PROJECT_DIR$" />
  362. <kind value="FILE" />
  363. <method />
  364. </configuration>
  365. <configuration default="true" type="GoRunFileConfiguration" factoryName="Go Single File">
  366. <module name="" />
  367. <working_directory value="$PROJECT_DIR$" />
  368. <filePath value="$PROJECT_DIR$" />
  369. <method />
  370. </configuration>
  371. <configuration default="true" type="GoTestRunConfiguration" factoryName="Go Test">
  372. <module name="" />
  373. <working_directory value="$PROJECT_DIR$" />
  374. <framework value="gotest" />
  375. <kind value="DIRECTORY" />
  376. <method />
  377. </configuration>
  378. <configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
  379. <ExternalSystemSettings>
  380. <option name="executionName" />
  381. <option name="externalProjectPath" />
  382. <option name="externalSystemIdString" value="GRADLE" />
  383. <option name="scriptParameters" />
  384. <option name="taskDescriptions">
  385. <list />
  386. </option>
  387. <option name="taskNames">
  388. <list />
  389. </option>
  390. <option name="vmOptions" />
  391. </ExternalSystemSettings>
  392. <method />
  393. </configuration>
  394. <configuration default="true" type="JarApplication" factoryName="JAR Application">
  395. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  396. <envs />
  397. <method />
  398. </configuration>
  399. <configuration default="true" type="Java Scratch" factoryName="Java Scratch">
  400. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  401. <option name="SCRATCH_FILE_ID" value="0" />
  402. <option name="MAIN_CLASS_NAME" />
  403. <option name="VM_PARAMETERS" />
  404. <option name="PROGRAM_PARAMETERS" />
  405. <option name="WORKING_DIRECTORY" />
  406. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  407. <option name="ALTERNATIVE_JRE_PATH" />
  408. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  409. <option name="ENV_VARIABLES" />
  410. <option name="PASS_PARENT_ENVS" value="true" />
  411. <module name="" />
  412. <envs />
  413. <method />
  414. </configuration>
  415. <configuration default="true" type="Remote" factoryName="Remote">
  416. <option name="USE_SOCKET_TRANSPORT" value="true" />
  417. <option name="SERVER_MODE" value="false" />
  418. <option name="SHMEM_ADDRESS" value="javadebug" />
  419. <option name="HOST" value="localhost" />
  420. <option name="PORT" value="5005" />
  421. <method />
  422. </configuration>
  423. <configuration default="true" type="ScalaTestRunConfiguration" factoryName="ScalaTest">
  424. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  425. <module name="" />
  426. <setting name="path" value="" />
  427. <setting name="package" value="" />
  428. <setting name="vmparams" value="" />
  429. <setting name="params" value="" />
  430. <setting name="workingDirectory" value="" />
  431. <setting name="searchForTest" value="Across module dependencies" />
  432. <setting name="testName" value="" />
  433. <setting name="testKind" value="Class" />
  434. <setting name="showProgressMessages" value="true" />
  435. <envs />
  436. <method />
  437. </configuration>
  438. <configuration default="true" type="Specs2RunConfiguration" factoryName="Specs2">
  439. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  440. <module name="" />
  441. <setting name="path" value="" />
  442. <setting name="package" value="" />
  443. <setting name="vmparams" value="" />
  444. <setting name="params" value="" />
  445. <setting name="workingDirectory" value="" />
  446. <setting name="searchForTest" value="Across module dependencies" />
  447. <setting name="testName" value="" />
  448. <setting name="testKind" value="Class" />
  449. <setting name="showProgressMessages" value="true" />
  450. <envs />
  451. <method />
  452. </configuration>
  453. <configuration default="true" type="TestNG" factoryName="TestNG">
  454. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  455. <module name="" />
  456. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  457. <option name="ALTERNATIVE_JRE_PATH" />
  458. <option name="SUITE_NAME" />
  459. <option name="PACKAGE_NAME" />
  460. <option name="MAIN_CLASS_NAME" />
  461. <option name="METHOD_NAME" />
  462. <option name="GROUP_NAME" />
  463. <option name="TEST_OBJECT" value="CLASS" />
  464. <option name="VM_PARAMETERS" value="-ea" />
  465. <option name="PARAMETERS" />
  466. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  467. <option name="OUTPUT_DIRECTORY" />
  468. <option name="ANNOTATION_TYPE" />
  469. <option name="ENV_VARIABLES" />
  470. <option name="PASS_PARENT_ENVS" value="true" />
  471. <option name="TEST_SEARCH_SCOPE">
  472. <value defaultName="singleModule" />
  473. </option>
  474. <option name="USE_DEFAULT_REPORTERS" value="false" />
  475. <option name="PROPERTIES_FILE" />
  476. <envs />
  477. <properties />
  478. <listeners />
  479. <method />
  480. </configuration>
  481. <configuration default="true" type="TestNGTestDiscovery" factoryName="TestNG Test Discovery" changeList="All">
  482. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  483. <module name="" />
  484. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  485. <option name="ALTERNATIVE_JRE_PATH" />
  486. <option name="SUITE_NAME" />
  487. <option name="PACKAGE_NAME" />
  488. <option name="MAIN_CLASS_NAME" />
  489. <option name="METHOD_NAME" />
  490. <option name="GROUP_NAME" />
  491. <option name="TEST_OBJECT" value="CLASS" />
  492. <option name="VM_PARAMETERS" />
  493. <option name="PARAMETERS" />
  494. <option name="WORKING_DIRECTORY" />
  495. <option name="OUTPUT_DIRECTORY" />
  496. <option name="ANNOTATION_TYPE" />
  497. <option name="ENV_VARIABLES" />
  498. <option name="PASS_PARENT_ENVS" value="true" />
  499. <option name="TEST_SEARCH_SCOPE">
  500. <value defaultName="singleModule" />
  501. </option>
  502. <option name="USE_DEFAULT_REPORTERS" value="false" />
  503. <option name="PROPERTIES_FILE" />
  504. <envs />
  505. <properties />
  506. <listeners />
  507. <method />
  508. </configuration>
  509. <configuration default="true" type="uTestRunConfiguration" factoryName="utest">
  510. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  511. <module name="" />
  512. <setting name="path" value="" />
  513. <setting name="package" value="" />
  514. <setting name="vmparams" value="" />
  515. <setting name="params" value="" />
  516. <setting name="workingDirectory" value="" />
  517. <setting name="searchForTest" value="Across module dependencies" />
  518. <setting name="testName" value="" />
  519. <setting name="testKind" value="Class" />
  520. <setting name="showProgressMessages" value="true" />
  521. <envs />
  522. <method />
  523. </configuration>
  524. <list size="1">
  525. <item index="0" class="java.lang.String" itemvalue="Go Single File.go run main.go" />
  526. </list>
  527. <configuration name="&lt;template&gt;" type="Applet" default="true" selected="false">
  528. <option name="MAIN_CLASS_NAME" />
  529. <option name="HTML_FILE_NAME" />
  530. <option name="HTML_USED" value="false" />
  531. <option name="WIDTH" value="400" />
  532. <option name="HEIGHT" value="300" />
  533. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  534. <option name="VM_PARAMETERS" />
  535. </configuration>
  536. <configuration name="&lt;template&gt;" type="JUnit" default="true" selected="false">
  537. <option name="MAIN_CLASS_NAME" />
  538. <option name="VM_PARAMETERS" value="-ea" />
  539. <option name="PARAMETERS" />
  540. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  541. </configuration>
  542. <configuration name="&lt;template&gt;" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" default="true" selected="false">
  543. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  544. </configuration>
  545. </component>
  546. <component name="SbtLocalSettings">
  547. <option name="externalProjectsViewState">
  548. <projects_view />
  549. </option>
  550. </component>
  551. <component name="ShelveChangesManager" show_recycled="false">
  552. <option name="remove_strategy" value="false" />
  553. </component>
  554. <component name="TaskManager">
  555. <task active="true" id="Default" summary="Default task">
  556. <changelist id="36eaad7a-0726-4217-b7e5-1b2c680697a1" name="Default" comment="" />
  557. <created>1500755998421</created>
  558. <option name="number" value="Default" />
  559. <option name="presentableId" value="Default" />
  560. <updated>1500755998421</updated>
  561. </task>
  562. <servers />
  563. </component>
  564. <component name="ToolWindowManager">
  565. <frame x="0" y="23" width="1676" height="1027" extended-state="6" />
  566. <editor active="true" />
  567. <layout>
  568. <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
  569. <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
  570. <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  571. <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32939914" sideWeight="0.5" order="0" side_tool="true" content_ui="tabs" />
  572. <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  573. <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32832617" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
  574. <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  575. <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  576. <window_info id="Project" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2702864" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
  577. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.13902149" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  578. <window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  579. <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  580. <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
  581. <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
  582. <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  583. <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  584. <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  585. <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  586. <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="5" side_tool="false" content_ui="combo" />
  587. <window_info id="Designer" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  588. <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  589. <window_info id="Palette&#9;" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  590. <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
  591. <window_info id="Captures" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  592. <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
  593. </layout>
  594. </component>
  595. <component name="Vcs.Log.UiProperties">
  596. <option name="RECENTLY_FILTERED_USER_GROUPS">
  597. <collection />
  598. </option>
  599. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  600. <collection />
  601. </option>
  602. </component>
  603. <component name="VcsContentAnnotationSettings">
  604. <option name="myLimit" value="2678400000" />
  605. </component>
  606. <component name="VcsManagerConfiguration">
  607. <option name="USE_COMMIT_MESSAGE_MARGIN" value="true" />
  608. <option name="COMMIT_MESSAGE_MARGIN_SIZE" value="80" />
  609. </component>
  610. <component name="XDebuggerManager">
  611. <breakpoint-manager />
  612. <watches-manager />
  613. </component>
  614. <component name="editorHistoryManager">
  615. <entry file="file://$PROJECT_DIR$/docs/protocol.yml">
  616. <provider selected="true" editor-type-id="text-editor">
  617. <state relative-caret-position="0">
  618. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  619. <folding />
  620. </state>
  621. </provider>
  622. </entry>
  623. <entry file="file://$PROJECT_DIR$/docs/protocol.yml">
  624. <provider selected="true" editor-type-id="text-editor">
  625. <state relative-caret-position="0">
  626. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  627. <folding />
  628. </state>
  629. </provider>
  630. </entry>
  631. <entry file="file://$PROJECT_DIR$/docs/components.md" />
  632. <entry file="file://$PROJECT_DIR$/hello.go" />
  633. <entry file="file://$PROJECT_DIR$/hello.go" />
  634. <entry file="file://$PROJECT_DIR$/LICENSE">
  635. <provider selected="true" editor-type-id="text-editor">
  636. <state relative-caret-position="195">
  637. <caret line="13" column="0" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
  638. </state>
  639. </provider>
  640. </entry>
  641. <entry file="file://$PROJECT_DIR$/docs/event_handling.md">
  642. <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  643. <state split_layout="SPLIT">
  644. <first_editor relative-caret-position="345">
  645. <caret line="23" column="0" selection-start-line="23" selection-start-column="0" selection-end-line="23" selection-end-column="0" />
  646. </first_editor>
  647. <second_editor>
  648. <js_state />
  649. </second_editor>
  650. </state>
  651. </provider>
  652. <provider editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  653. <state split_layout="FIRST">
  654. <first_editor relative-caret-position="120">
  655. <caret line="8" column="0" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="0" />
  656. </first_editor>
  657. <second_editor />
  658. </state>
  659. </provider>
  660. </entry>
  661. <entry file="file://$PROJECT_DIR$/docs/storage_memory.md">
  662. <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  663. <state split_layout="SPLIT">
  664. <first_editor relative-caret-position="105">
  665. <caret line="7" column="0" selection-start-line="7" selection-start-column="0" selection-end-line="7" selection-end-column="0" />
  666. </first_editor>
  667. <second_editor>
  668. <js_state />
  669. </second_editor>
  670. </state>
  671. </provider>
  672. <provider editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  673. <state split_layout="SPLIT">
  674. <first_editor relative-caret-position="165">
  675. <caret line="11" column="12" selection-start-line="11" selection-start-column="12" selection-end-line="11" selection-end-column="12" />
  676. </first_editor>
  677. <second_editor />
  678. </state>
  679. </provider>
  680. </entry>
  681. <entry file="file://$PROJECT_DIR$/docs/components.md" />
  682. <entry file="file://$PROJECT_DIR$/docs/readline.md">
  683. <provider editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  684. <state split_layout="SPLIT">
  685. <first_editor relative-caret-position="0">
  686. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  687. </first_editor>
  688. <second_editor>
  689. <js_state />
  690. </second_editor>
  691. </state>
  692. </provider>
  693. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  694. <state split_layout="SPLIT">
  695. <first_editor relative-caret-position="30">
  696. <caret line="2" column="0" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
  697. </first_editor>
  698. <second_editor />
  699. </state>
  700. </provider>
  701. </entry>
  702. <entry file="file://$PROJECT_DIR$/README.md">
  703. <provider editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  704. <state split_layout="SPLIT">
  705. <first_editor relative-caret-position="0">
  706. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  707. </first_editor>
  708. <second_editor>
  709. <js_state />
  710. </second_editor>
  711. </state>
  712. </provider>
  713. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  714. <state split_layout="SPLIT">
  715. <first_editor relative-caret-position="30">
  716. <caret line="2" column="25" selection-start-line="2" selection-start-column="25" selection-end-line="2" selection-end-column="25" />
  717. </first_editor>
  718. <second_editor />
  719. </state>
  720. </provider>
  721. </entry>
  722. <entry file="file://$PROJECT_DIR$/docs/runner_cli.md">
  723. <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  724. <state split_layout="SPLIT">
  725. <first_editor relative-caret-position="180">
  726. <caret line="12" column="33" selection-start-line="12" selection-start-column="33" selection-end-line="12" selection-end-column="33" />
  727. </first_editor>
  728. <second_editor>
  729. <js_state />
  730. </second_editor>
  731. </state>
  732. </provider>
  733. </entry>
  734. <entry file="file://$PROJECT_DIR$/docs/runner_config.md">
  735. <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  736. <state split_layout="SPLIT">
  737. <first_editor relative-caret-position="150">
  738. <caret line="10" column="47" selection-start-line="10" selection-start-column="47" selection-end-line="10" selection-end-column="47" />
  739. </first_editor>
  740. <second_editor>
  741. <js_state />
  742. </second_editor>
  743. </state>
  744. </provider>
  745. <provider editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  746. <state split_layout="SPLIT">
  747. <first_editor relative-caret-position="0">
  748. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  749. </first_editor>
  750. <second_editor />
  751. </state>
  752. </provider>
  753. </entry>
  754. <entry file="file://$PROJECT_DIR$/docs/README.md">
  755. <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
  756. <state split_layout="SPLIT">
  757. <first_editor relative-caret-position="369">
  758. <caret line="26" column="46" selection-start-line="26" selection-start-column="46" selection-end-line="26" selection-end-column="46" />
  759. </first_editor>
  760. <second_editor>
  761. <js_state />
  762. </second_editor>
  763. </state>
  764. </provider>
  765. <provider editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  766. <state split_layout="FIRST">
  767. <first_editor relative-caret-position="750">
  768. <caret line="50" column="2" selection-start-line="50" selection-start-column="2" selection-end-line="50" selection-end-column="2" />
  769. </first_editor>
  770. <second_editor />
  771. </state>
  772. </provider>
  773. </entry>
  774. <entry file="file://$PROJECT_DIR$/docs/protocol.yml">
  775. <provider selected="true" editor-type-id="text-editor">
  776. <state relative-caret-position="655">
  777. <caret line="159" column="55" selection-start-line="159" selection-start-column="55" selection-end-line="159" selection-end-column="55" />
  778. <folding />
  779. </state>
  780. </provider>
  781. </entry>
  782. <entry file="file://$PROJECT_DIR$/main.go">
  783. <provider selected="true" editor-type-id="text-editor">
  784. <state relative-caret-position="405">
  785. <caret line="28" column="47" selection-start-line="28" selection-start-column="47" selection-end-line="28" selection-end-column="47" />
  786. <folding />
  787. </state>
  788. </provider>
  789. </entry>
  790. </component>
  791. <component name="masterDetails">
  792. <states>
  793. <state key="ArtifactsStructureConfigurable.UI">
  794. <settings>
  795. <artifact-editor />
  796. <splitter-proportions>
  797. <option name="proportions">
  798. <list>
  799. <option value="0.2" />
  800. </list>
  801. </option>
  802. </splitter-proportions>
  803. </settings>
  804. </state>
  805. <state key="FacetStructureConfigurable.UI">
  806. <settings>
  807. <last-edited>No facets are configured</last-edited>
  808. <splitter-proportions>
  809. <option name="proportions">
  810. <list>
  811. <option value="0.2" />
  812. </list>
  813. </option>
  814. </splitter-proportions>
  815. </settings>
  816. </state>
  817. <state key="GlobalLibrariesConfigurable.UI">
  818. <settings>
  819. <last-edited>gatling</last-edited>
  820. <splitter-proportions>
  821. <option name="proportions">
  822. <list>
  823. <option value="0.2" />
  824. </list>
  825. </option>
  826. </splitter-proportions>
  827. </settings>
  828. </state>
  829. <state key="JdkListConfigurable.UI">
  830. <settings>
  831. <last-edited>1.8</last-edited>
  832. <splitter-proportions>
  833. <option name="proportions">
  834. <list>
  835. <option value="0.2" />
  836. </list>
  837. </option>
  838. </splitter-proportions>
  839. </settings>
  840. </state>
  841. <state key="ModuleStructureConfigurable.UI">
  842. <settings>
  843. <last-edited>gache</last-edited>
  844. <splitter-proportions>
  845. <option name="proportions">
  846. <list>
  847. <option value="0.2" />
  848. </list>
  849. </option>
  850. </splitter-proportions>
  851. </settings>
  852. </state>
  853. <state key="ProjectJDKs.UI">
  854. <settings>
  855. <last-edited>1.8</last-edited>
  856. <splitter-proportions>
  857. <option name="proportions">
  858. <list>
  859. <option value="0.2" />
  860. </list>
  861. </option>
  862. </splitter-proportions>
  863. </settings>
  864. </state>
  865. <state key="ProjectLibrariesConfigurable.UI">
  866. <settings>
  867. <splitter-proportions>
  868. <option name="proportions">
  869. <list>
  870. <option value="0.2" />
  871. </list>
  872. </option>
  873. </splitter-proportions>
  874. </settings>
  875. </state>
  876. </states>
  877. </component>
  878. </project>