workspace.xml 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="9abafb60-388a-48be-9795-06bc35f0e7db" name="Default" comment="">
  5. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/ch2/ex3/ex3_tag_yaml.go" />
  6. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/libraries/GOPATH__socialize_.xml" afterPath="$PROJECT_DIR$/.idea/libraries/GOPATH__socialize_.xml" />
  7. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
  8. </list>
  9. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  10. <option name="TRACKING_ENABLED" value="true" />
  11. <option name="SHOW_DIALOG" value="false" />
  12. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  13. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  14. <option name="LAST_RESOLUTION" value="IGNORE" />
  15. </component>
  16. <component name="CreatePatchCommitExecutor">
  17. <option name="PATCH_PATH" value="" />
  18. </component>
  19. <component name="DatabaseView">
  20. <option name="GROUP_SCHEMA" value="true" />
  21. <option name="GROUP_CONTENTS" value="false" />
  22. <option name="SORT_POSITIONED" value="false" />
  23. <option name="SHOW_TABLE_DETAILS" value="true" />
  24. <option name="SHOW_EMPTY_GROUPS" value="false" />
  25. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  26. </component>
  27. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  28. <component name="FileEditorManager">
  29. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  30. <file leaf-file-name="ex3_tag_yaml.go" pinned="false" current-in-tab="true">
  31. <entry file="file://$PROJECT_DIR$/ch2/ex3/ex3_tag_yaml.go">
  32. <provider selected="true" editor-type-id="text-editor">
  33. <state relative-caret-position="140">
  34. <caret line="10" column="29" lean-forward="false" selection-start-line="10" selection-start-column="29" selection-end-line="10" selection-end-column="29" />
  35. <folding />
  36. </state>
  37. </provider>
  38. </entry>
  39. </file>
  40. </leaf>
  41. </component>
  42. <component name="FileTemplateManagerImpl">
  43. <option name="RECENT_TEMPLATES">
  44. <list>
  45. <option value="Go Application" />
  46. </list>
  47. </option>
  48. </component>
  49. <component name="Git.Settings">
  50. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  51. </component>
  52. <component name="IdeDocumentHistory">
  53. <option name="CHANGED_PATHS">
  54. <list>
  55. <option value="$PROJECT_DIR$/ch1/main.go" />
  56. <option value="$PROJECT_DIR$/.gitignore" />
  57. <option value="$PROJECT_DIR$/ch1/ex1_helloworld.go" />
  58. <option value="$PROJECT_DIR$/ch1/ex3_hellodrone.go" />
  59. <option value="$PROJECT_DIR$/ch1/db.sql" />
  60. <option value="$PROJECT_DIR$/ch1/ex4/ex4_user_create.go" />
  61. <option value="$PROJECT_DIR$/ch1/ex5/ex5_user_get.go" />
  62. <option value="$PROJECT_DIR$/ch1/ex6/ex6_headers.go" />
  63. <option value="$PROJECT_DIR$/ch2/ex1/ex1.go" />
  64. <option value="$PROJECT_DIR$/ch2/ex1/ex1_tag_json.go" />
  65. <option value="$PROJECT_DIR$/ch2/ex3/ex3_tag_yaml.go" />
  66. </list>
  67. </option>
  68. </component>
  69. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  70. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  71. <component name="JsGulpfileManager">
  72. <detection-done>true</detection-done>
  73. <sorting>DEFINITION_ORDER</sorting>
  74. </component>
  75. <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" />
  76. <component name="ProjectFrameBounds">
  77. <option name="y" value="23" />
  78. <option name="width" value="1436" />
  79. <option name="height" value="877" />
  80. </component>
  81. <component name="ProjectView">
  82. <navigator currentView="ProjectPane" proportions="" version="1">
  83. <flattenPackages />
  84. <showMembers />
  85. <showModules />
  86. <showLibraryContents />
  87. <hideEmptyPackages />
  88. <abbreviatePackageNames />
  89. <autoscrollToSource />
  90. <autoscrollFromSource ProjectPane="true" />
  91. <sortByType />
  92. <manualOrder />
  93. <foldersAlwaysOnTop value="true" />
  94. </navigator>
  95. <panes>
  96. <pane id="Scratches" />
  97. <pane id="Scope" />
  98. <pane id="ProjectPane">
  99. <subPane>
  100. <PATH>
  101. <PATH_ELEMENT>
  102. <option name="myItemId" value="socialize" />
  103. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  104. </PATH_ELEMENT>
  105. <PATH_ELEMENT>
  106. <option name="myItemId" value="socialize" />
  107. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  108. </PATH_ELEMENT>
  109. </PATH>
  110. <PATH>
  111. <PATH_ELEMENT>
  112. <option name="myItemId" value="socialize" />
  113. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  114. </PATH_ELEMENT>
  115. <PATH_ELEMENT>
  116. <option name="myItemId" value="socialize" />
  117. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  118. </PATH_ELEMENT>
  119. <PATH_ELEMENT>
  120. <option name="myItemId" value="ch2" />
  121. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  122. </PATH_ELEMENT>
  123. </PATH>
  124. <PATH>
  125. <PATH_ELEMENT>
  126. <option name="myItemId" value="socialize" />
  127. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  128. </PATH_ELEMENT>
  129. <PATH_ELEMENT>
  130. <option name="myItemId" value="socialize" />
  131. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  132. </PATH_ELEMENT>
  133. <PATH_ELEMENT>
  134. <option name="myItemId" value="ch2" />
  135. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  136. </PATH_ELEMENT>
  137. <PATH_ELEMENT>
  138. <option name="myItemId" value="ex3" />
  139. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  140. </PATH_ELEMENT>
  141. </PATH>
  142. </subPane>
  143. </pane>
  144. </panes>
  145. </component>
  146. <component name="PropertiesComponent">
  147. <property name="settings.editor.selected.configurable" value="project.propVCSSupport.Mappings" />
  148. <property name="js.eslint.nodeInterpreter" value="/usr/local/bin/node" />
  149. <property name="js.eslint.eslintPackage" value="/usr/local/lib/node_modules/eslint" />
  150. <property name="last_opened_file_path" value="$PROJECT_DIR$/../../../github.com" />
  151. <property name="settings.editor.splitter.proportion" value="0.2" />
  152. <property name="nodejs_interpreter_path" value="/usr/local/bin/node" />
  153. <property name="configurable.Global.libraries.is.expanded" value="true" />
  154. <property name="WebServerToolWindowFactoryState" value="false" />
  155. <property name="com.intellij.database.dataSource.DataSourceTemplate" value="MySQL" />
  156. <property name="DefaultGoTemplateProperty" value="Go Application" />
  157. <property name="js-jscs-nodeInterpreter" value="/usr/local/bin/node" />
  158. <property name="HbShouldOpenHtmlAsHb" value="" />
  159. <property name="SearchEverywhereHistoryKey" value="MicroSecond&#9;null&#9;null" />
  160. <property name="editor.config.accepted" value="true" />
  161. </component>
  162. <component name="RecentsManager">
  163. <key name="CopyFile.RECENT_KEYS">
  164. <recent name="$PROJECT_DIR$/ch2" />
  165. <recent name="$PROJECT_DIR$/ch2/ex1" />
  166. <recent name="$PROJECT_DIR$/ch1/ex5" />
  167. <recent name="$PROJECT_DIR$/ch1" />
  168. </key>
  169. </component>
  170. <component name="RunManager" selected="Go Single File.go run ex4_user_create.go">
  171. <configuration default="false" name="go run ex4_user_create.go" type="GoRunFileConfiguration" factoryName="Go Single File" temporary="true">
  172. <module name="socialize" />
  173. <working_directory value="$PROJECT_DIR$" />
  174. <filePath value="$PROJECT_DIR$/ch1/ex4/ex4_user_create.go" />
  175. <method />
  176. </configuration>
  177. <configuration default="true" type="BashConfigurationType" factoryName="Bash">
  178. <option name="INTERPRETER_OPTIONS" value="" />
  179. <option name="INTERPRETER_PATH" value="/bin/bash" />
  180. <option name="WORKING_DIRECTORY" value="" />
  181. <option name="PARENT_ENVS" value="true" />
  182. <option name="SCRIPT_NAME" value="" />
  183. <option name="PARAMETERS" value="" />
  184. <module name="" />
  185. <envs />
  186. <method />
  187. </configuration>
  188. <configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
  189. <module name="socialize" />
  190. <working_directory value="$PROJECT_DIR$" />
  191. <filePath value="$PROJECT_DIR$" />
  192. <kind value="FILE" />
  193. <method />
  194. </configuration>
  195. <configuration default="true" type="GoRunFileConfiguration" factoryName="Go Single File">
  196. <module name="socialize" />
  197. <working_directory value="$PROJECT_DIR$" />
  198. <filePath value="$PROJECT_DIR$" />
  199. <method />
  200. </configuration>
  201. <configuration default="true" type="GoTestRunConfiguration" factoryName="Go Test">
  202. <module name="socialize" />
  203. <working_directory value="$PROJECT_DIR$" />
  204. <framework value="gotest" />
  205. <kind value="DIRECTORY" />
  206. <method />
  207. </configuration>
  208. <configuration default="true" type="JavaScriptTestRunnerKarma" factoryName="Karma">
  209. <config-file value="" />
  210. <node-interpreter value="project" />
  211. <envs />
  212. <method />
  213. </configuration>
  214. <configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
  215. <config-file value="" />
  216. <node-interpreter value="project" />
  217. <envs />
  218. <method />
  219. </configuration>
  220. <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
  221. <method />
  222. </configuration>
  223. <configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir="">
  224. <method />
  225. </configuration>
  226. <configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
  227. <TestRunner />
  228. <method />
  229. </configuration>
  230. <configuration default="true" type="PhpLocalRunConfigurationType" factoryName="PHP Console">
  231. <method />
  232. </configuration>
  233. <configuration default="true" type="PhpSpecConfigurationType" factoryName="PHPSpec">
  234. <PhpTestRunnerSettings />
  235. <method />
  236. </configuration>
  237. <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
  238. <node-interpreter>project</node-interpreter>
  239. <node-options />
  240. <gulpfile />
  241. <tasks />
  242. <arguments />
  243. <envs />
  244. <method />
  245. </configuration>
  246. <configuration default="true" type="js.build_tools.npm" factoryName="npm">
  247. <command value="run" />
  248. <scripts />
  249. <node-interpreter value="project" />
  250. <envs />
  251. <method />
  252. </configuration>
  253. <configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
  254. <node-interpreter>project</node-interpreter>
  255. <node-options />
  256. <working-directory />
  257. <pass-parent-env>true</pass-parent-env>
  258. <envs />
  259. <ui />
  260. <extra-mocha-options />
  261. <test-kind>DIRECTORY</test-kind>
  262. <test-directory />
  263. <recursive>false</recursive>
  264. <method />
  265. </configuration>
  266. <list size="1">
  267. <item index="0" class="java.lang.String" itemvalue="Go Single File.go run ex4_user_create.go" />
  268. </list>
  269. <recent_temporary>
  270. <list size="1">
  271. <item index="0" class="java.lang.String" itemvalue="Go Single File.go run ex4_user_create.go" />
  272. </list>
  273. </recent_temporary>
  274. </component>
  275. <component name="ShelveChangesManager" show_recycled="false">
  276. <option name="remove_strategy" value="false" />
  277. </component>
  278. <component name="TaskManager">
  279. <task active="true" id="Default" summary="Default task">
  280. <changelist id="9abafb60-388a-48be-9795-06bc35f0e7db" name="Default" comment="" />
  281. <created>1483445907825</created>
  282. <option name="number" value="Default" />
  283. <option name="presentableId" value="Default" />
  284. <updated>1483445907825</updated>
  285. <workItem from="1483445909025" duration="655000" />
  286. <workItem from="1483473742718" duration="1801000" />
  287. <workItem from="1483554707899" duration="4145000" />
  288. <workItem from="1483732529380" duration="808000" />
  289. </task>
  290. <servers />
  291. </component>
  292. <component name="TimeTrackingManager">
  293. <option name="totallyTimeSpent" value="9683000" />
  294. </component>
  295. <component name="ToolWindowManager">
  296. <frame x="0" y="23" width="1436" height="877" extended-state="6" />
  297. <editor active="false" />
  298. <layout>
  299. <window_info id="Project" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25681493" sideWeight="0.5" order="5" side_tool="false" content_ui="combo" />
  300. <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" />
  301. <window_info id="Docker" 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="11" side_tool="false" content_ui="tabs" />
  302. <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.33" sideWeight="0.5" order="0" side_tool="true" content_ui="tabs" />
  303. <window_info id="Database" 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" />
  304. <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="1" side_tool="false" content_ui="tabs" />
  305. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24964131" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  306. <window_info id="Mongo Explorer" 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" />
  307. <window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.21910828" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  308. <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="0" side_tool="true" content_ui="tabs" />
  309. <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" />
  310. <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" />
  311. <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  312. <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" />
  313. <window_info id="Run" 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="6" side_tool="false" content_ui="tabs" />
  314. <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="4" side_tool="false" content_ui="combo" />
  315. <window_info id="Metrics" 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" />
  316. <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" />
  317. <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="3" side_tool="false" content_ui="tabs" />
  318. <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" />
  319. </layout>
  320. </component>
  321. <component name="TypeScriptGeneratedFilesManager">
  322. <option name="processedProjectFiles" value="true" />
  323. </component>
  324. <component name="UnknownFeatures">
  325. <option featureType="com.intellij.fileTypeFactory" implementationName="*.gitignore" />
  326. </component>
  327. <component name="VcsContentAnnotationSettings">
  328. <option name="myLimit" value="2678400000" />
  329. </component>
  330. <component name="XDebuggerManager">
  331. <breakpoint-manager />
  332. <watches-manager />
  333. </component>
  334. <component name="editorHistoryManager">
  335. <entry file="file://$PROJECT_DIR$/ch1/ex6/ex6_headers.go">
  336. <provider selected="true" editor-type-id="text-editor">
  337. <state relative-caret-position="504">
  338. <caret line="76" column="0" lean-forward="false" selection-start-line="76" selection-start-column="0" selection-end-line="76" selection-end-column="0" />
  339. </state>
  340. </provider>
  341. </entry>
  342. <entry file="file://$PROJECT_DIR$/ch2/db4.sql" />
  343. <entry file="file://$PROJECT_DIR$/ch2/ex1/db0.sql" />
  344. <entry file="file://$PROJECT_DIR$/ch2/db0.sql" />
  345. <entry file="file://$PROJECT_DIR$/ch2/ex1/ex1.go" />
  346. <entry file="file://$PROJECT_DIR$/ch1/ex1_helloworld.go" />
  347. <entry file="file://$PROJECT_DIR$/.gitignore">
  348. <provider selected="true" editor-type-id="text-editor">
  349. <state relative-caret-position="0">
  350. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  351. </state>
  352. </provider>
  353. </entry>
  354. <entry file="file:///usr/local/go/src/time/time.go">
  355. <provider selected="true" editor-type-id="text-editor">
  356. <state relative-caret-position="6244">
  357. <caret line="446" column="8" lean-forward="false" selection-start-line="446" selection-start-column="8" selection-end-line="446" selection-end-column="8" />
  358. </state>
  359. </provider>
  360. </entry>
  361. <entry file="file://$PROJECT_DIR$/ch1/db.sql">
  362. <provider selected="true" editor-type-id="text-editor">
  363. <state relative-caret-position="0">
  364. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  365. </state>
  366. </provider>
  367. </entry>
  368. <entry file="file://$APPLICATION_CONFIG_DIR$/consoles/db/10dc80b4-893f-4787-947d-4fc143d66263/console.sql">
  369. <provider selected="true" editor-type-id="text-editor">
  370. <state relative-caret-position="0">
  371. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  372. </state>
  373. </provider>
  374. </entry>
  375. <entry file="file://$PROJECT_DIR$/README.md">
  376. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  377. <state split_layout="FIRST">
  378. <first_editor relative-caret-position="84">
  379. <caret line="6" column="0" lean-forward="true" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
  380. </first_editor>
  381. <second_editor />
  382. </state>
  383. </provider>
  384. </entry>
  385. <entry file="file:///usr/local/go/src/time/time.go">
  386. <provider selected="true" editor-type-id="text-editor">
  387. <state relative-caret-position="200">
  388. <caret line="446" column="8" lean-forward="false" selection-start-line="446" selection-start-column="8" selection-end-line="446" selection-end-column="8" />
  389. </state>
  390. </provider>
  391. </entry>
  392. <entry file="file://$PROJECT_DIR$/.gitignore">
  393. <provider selected="true" editor-type-id="text-editor">
  394. <state relative-caret-position="0">
  395. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  396. </state>
  397. </provider>
  398. </entry>
  399. <entry file="file:///usr/local/go/src/builtin/builtin.go">
  400. <provider selected="true" editor-type-id="text-editor">
  401. <state relative-caret-position="200">
  402. <caret line="70" column="5" lean-forward="false" selection-start-line="70" selection-start-column="5" selection-end-line="70" selection-end-column="5" />
  403. </state>
  404. </provider>
  405. </entry>
  406. <entry file="file://$PROJECT_DIR$/ch1/ex1_helloworld.go" />
  407. <entry file="file://$PROJECT_DIR$/ch1/ex2_hellogorilla.go" />
  408. <entry file="file://$PROJECT_DIR$/ch1/ex3_hellodrone.go" />
  409. <entry file="file://$PROJECT_DIR$/ch1/ex4_user_create.go" />
  410. <entry file="file://$PROJECT_DIR$/ch1/db.sql">
  411. <provider selected="true" editor-type-id="text-editor">
  412. <state relative-caret-position="0">
  413. <caret line="0" column="0" lean-forward="true" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  414. </state>
  415. </provider>
  416. </entry>
  417. <entry file="file://$PROJECT_DIR$/ch1/ex4/ex4_user_create.go">
  418. <provider selected="true" editor-type-id="text-editor">
  419. <state relative-caret-position="350">
  420. <caret line="25" column="25" lean-forward="true" selection-start-line="25" selection-start-column="25" selection-end-line="25" selection-end-column="25" />
  421. </state>
  422. </provider>
  423. </entry>
  424. <entry file="file://$PROJECT_DIR$/../../../github.com/gogits/gogs/modules/log/log.go">
  425. <provider selected="true" editor-type-id="text-editor">
  426. <state relative-caret-position="200">
  427. <caret line="82" column="5" lean-forward="false" selection-start-line="82" selection-start-column="5" selection-end-line="82" selection-end-column="5" />
  428. </state>
  429. </provider>
  430. </entry>
  431. <entry file="file://$PROJECT_DIR$/ch1/ex5/ex5_user_get.go">
  432. <provider selected="true" editor-type-id="text-editor">
  433. <state relative-caret-position="209">
  434. <caret line="51" column="54" lean-forward="true" selection-start-line="51" selection-start-column="54" selection-end-line="51" selection-end-column="54" />
  435. </state>
  436. </provider>
  437. </entry>
  438. <entry file="file://$PROJECT_DIR$/ch1/ex6/ex6_headers.go">
  439. <provider selected="true" editor-type-id="text-editor">
  440. <state relative-caret-position="504">
  441. <caret line="76" column="0" lean-forward="false" selection-start-line="76" selection-start-column="0" selection-end-line="76" selection-end-column="0" />
  442. </state>
  443. </provider>
  444. </entry>
  445. <entry file="file://$PROJECT_DIR$/ch2/db4.sql">
  446. <provider selected="true" editor-type-id="text-editor">
  447. <state relative-caret-position="17">
  448. <caret line="21" column="29" lean-forward="false" selection-start-line="21" selection-start-column="29" selection-end-line="21" selection-end-column="29" />
  449. </state>
  450. </provider>
  451. </entry>
  452. <entry file="file://$PROJECT_DIR$/ch2/ex1/db0.sql" />
  453. <entry file="file://$PROJECT_DIR$/ch2/db0.sql">
  454. <provider selected="true" editor-type-id="text-editor">
  455. <state relative-caret-position="-277">
  456. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  457. </state>
  458. </provider>
  459. </entry>
  460. <entry file="file://$PROJECT_DIR$/ch2/ex1/ex2_send_xml.go" />
  461. <entry file="file://$PROJECT_DIR$/ch2/ex1/ex1_tag_json.go">
  462. <provider selected="true" editor-type-id="text-editor">
  463. <state relative-caret-position="98">
  464. <caret line="7" column="0" lean-forward="false" selection-start-line="7" selection-start-column="0" selection-end-line="7" selection-end-column="0" />
  465. <folding />
  466. </state>
  467. </provider>
  468. </entry>
  469. <entry file="file://$PROJECT_DIR$/ch1/ex1_helloworld.go" />
  470. <entry file="file://$PROJECT_DIR$/.gitignore">
  471. <provider selected="true" editor-type-id="text-editor">
  472. <state relative-caret-position="0">
  473. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  474. </state>
  475. </provider>
  476. </entry>
  477. <entry file="file:///usr/local/go/src/time/time.go">
  478. <provider selected="true" editor-type-id="text-editor">
  479. <state relative-caret-position="6244">
  480. <caret line="446" column="8" lean-forward="false" selection-start-line="446" selection-start-column="8" selection-end-line="446" selection-end-column="8" />
  481. </state>
  482. </provider>
  483. </entry>
  484. <entry file="file://$PROJECT_DIR$/ch1/db.sql">
  485. <provider selected="true" editor-type-id="text-editor">
  486. <state relative-caret-position="0">
  487. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  488. </state>
  489. </provider>
  490. </entry>
  491. <entry file="file://$APPLICATION_CONFIG_DIR$/consoles/db/10dc80b4-893f-4787-947d-4fc143d66263/console.sql">
  492. <provider selected="true" editor-type-id="text-editor">
  493. <state relative-caret-position="0">
  494. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  495. </state>
  496. </provider>
  497. </entry>
  498. <entry file="file://$PROJECT_DIR$/README.md">
  499. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  500. <state split_layout="FIRST">
  501. <first_editor relative-caret-position="84">
  502. <caret line="6" column="0" lean-forward="true" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
  503. </first_editor>
  504. <second_editor />
  505. </state>
  506. </provider>
  507. </entry>
  508. <entry file="file:///usr/local/go/src/time/time.go">
  509. <provider selected="true" editor-type-id="text-editor">
  510. <state relative-caret-position="200">
  511. <caret line="446" column="8" lean-forward="false" selection-start-line="446" selection-start-column="8" selection-end-line="446" selection-end-column="8" />
  512. </state>
  513. </provider>
  514. </entry>
  515. <entry file="file://$PROJECT_DIR$/.gitignore">
  516. <provider selected="true" editor-type-id="text-editor">
  517. <state relative-caret-position="0">
  518. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  519. </state>
  520. </provider>
  521. </entry>
  522. <entry file="file:///usr/local/go/src/builtin/builtin.go">
  523. <provider selected="true" editor-type-id="text-editor">
  524. <state relative-caret-position="200">
  525. <caret line="70" column="5" lean-forward="false" selection-start-line="70" selection-start-column="5" selection-end-line="70" selection-end-column="5" />
  526. </state>
  527. </provider>
  528. </entry>
  529. <entry file="file://$PROJECT_DIR$/ch1/ex1_helloworld.go" />
  530. <entry file="file://$PROJECT_DIR$/ch1/ex2_hellogorilla.go" />
  531. <entry file="file://$PROJECT_DIR$/ch1/ex3_hellodrone.go" />
  532. <entry file="file://$PROJECT_DIR$/ch1/ex4_user_create.go" />
  533. <entry file="file://$PROJECT_DIR$/ch1/db.sql">
  534. <provider selected="true" editor-type-id="text-editor">
  535. <state relative-caret-position="0">
  536. <caret line="0" column="0" lean-forward="true" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  537. </state>
  538. </provider>
  539. </entry>
  540. <entry file="file://$PROJECT_DIR$/ch1/ex4/ex4_user_create.go">
  541. <provider selected="true" editor-type-id="text-editor">
  542. <state relative-caret-position="350">
  543. <caret line="25" column="25" lean-forward="true" selection-start-line="25" selection-start-column="25" selection-end-line="25" selection-end-column="25" />
  544. </state>
  545. </provider>
  546. </entry>
  547. <entry file="file://$PROJECT_DIR$/../../../github.com/gogits/gogs/modules/log/log.go">
  548. <provider selected="true" editor-type-id="text-editor">
  549. <state relative-caret-position="200">
  550. <caret line="82" column="5" lean-forward="false" selection-start-line="82" selection-start-column="5" selection-end-line="82" selection-end-column="5" />
  551. </state>
  552. </provider>
  553. </entry>
  554. <entry file="file://$PROJECT_DIR$/ch1/ex5/ex5_user_get.go">
  555. <provider selected="true" editor-type-id="text-editor">
  556. <state relative-caret-position="209">
  557. <caret line="51" column="54" lean-forward="true" selection-start-line="51" selection-start-column="54" selection-end-line="51" selection-end-column="54" />
  558. </state>
  559. </provider>
  560. </entry>
  561. <entry file="file://$PROJECT_DIR$/ch1/ex6/ex6_headers.go">
  562. <provider selected="true" editor-type-id="text-editor">
  563. <state relative-caret-position="504">
  564. <caret line="76" column="0" lean-forward="false" selection-start-line="76" selection-start-column="0" selection-end-line="76" selection-end-column="0" />
  565. </state>
  566. </provider>
  567. </entry>
  568. <entry file="file://$PROJECT_DIR$/ch2/db4.sql">
  569. <provider selected="true" editor-type-id="text-editor">
  570. <state relative-caret-position="17">
  571. <caret line="21" column="29" lean-forward="false" selection-start-line="21" selection-start-column="29" selection-end-line="21" selection-end-column="29" />
  572. </state>
  573. </provider>
  574. </entry>
  575. <entry file="file://$PROJECT_DIR$/ch2/ex1/db0.sql" />
  576. <entry file="file://$PROJECT_DIR$/ch2/db0.sql">
  577. <provider selected="true" editor-type-id="text-editor">
  578. <state relative-caret-position="-277">
  579. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  580. </state>
  581. </provider>
  582. </entry>
  583. <entry file="file://$PROJECT_DIR$/ch2/ex1/ex1.go" />
  584. <entry file="file://$PROJECT_DIR$/ch2/ex3/ex3_tag_yaml.go">
  585. <provider selected="true" editor-type-id="text-editor">
  586. <state relative-caret-position="140">
  587. <caret line="10" column="29" lean-forward="false" selection-start-line="10" selection-start-column="29" selection-end-line="10" selection-end-column="29" />
  588. <folding />
  589. </state>
  590. </provider>
  591. </entry>
  592. </component>
  593. </project>