workspace.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="d2dc8b4c-4ed5-48e2-a519-676a1d7dbb24" name="Default Changelist" comment="" />
  5. <option name="SHOW_DIALOG" value="false" />
  6. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  7. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  8. <option name="LAST_RESOLUTION" value="IGNORE" />
  9. </component>
  10. <component name="GOROOT" path="F:\go1.16.1" />
  11. <component name="ProjectId" id="2K4PmQBLpUatdNosnOrRDehsIQz" />
  12. <component name="ProjectViewState">
  13. <option name="hideEmptyMiddlePackages" value="true" />
  14. <option name="showLibraryContents" value="true" />
  15. </component>
  16. <component name="PropertiesComponent">
  17. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  18. <property name="WebServerToolWindowFactoryState" value="false" />
  19. <property name="go.import.settings.migrated" value="true" />
  20. <property name="go.sdk.automatically.set" value="true" />
  21. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  22. </component>
  23. <component name="RunManager">
  24. <configuration name="go build main.go" type="GoApplicationRunConfiguration" factoryName="Go Application" nameIsGenerated="true">
  25. <module name="goiot-cronapi" />
  26. <working_directory value="$PROJECT_DIR$" />
  27. <go_parameters value="-i" />
  28. <kind value="FILE" />
  29. <filePath value="$PROJECT_DIR$/main.go" />
  30. <package value="goiot-cronapi" />
  31. <directory value="$PROJECT_DIR$" />
  32. <method v="2" />
  33. </configuration>
  34. </component>
  35. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  36. <component name="TypeScriptGeneratedFilesManager">
  37. <option name="version" value="3" />
  38. </component>
  39. <component name="WindowStateProjectService">
  40. <state x="223" y="67" width="1089" height="714" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1673231198358">
  41. <screen x="0" y="0" width="1536" height="824" />
  42. </state>
  43. <state x="223" y="67" width="1089" height="714" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1536.824@0.0.1536.824" timestamp="1673231198358" />
  44. <state width="1493" height="207" key="GridCell.Tab.0.bottom" timestamp="1673232220053">
  45. <screen x="0" y="0" width="1536" height="824" />
  46. </state>
  47. <state width="1493" height="207" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1673232220053" />
  48. <state width="1493" height="207" key="GridCell.Tab.0.center" timestamp="1673232220053">
  49. <screen x="0" y="0" width="1536" height="824" />
  50. </state>
  51. <state width="1493" height="207" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1673232220053" />
  52. <state width="1493" height="207" key="GridCell.Tab.0.left" timestamp="1673232220053">
  53. <screen x="0" y="0" width="1536" height="824" />
  54. </state>
  55. <state width="1493" height="207" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1673232220053" />
  56. <state width="1493" height="207" key="GridCell.Tab.0.right" timestamp="1673232220053">
  57. <screen x="0" y="0" width="1536" height="824" />
  58. </state>
  59. <state width="1493" height="207" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1673232220053" />
  60. </component>
  61. </project>