|
@@ -0,0 +1,260 @@
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
+<project version="4">
|
|
|
|
|
+ <component name="ChangeListManager">
|
|
|
|
|
+ <list default="true" id="ceb00765-dd07-4348-a4b0-6d376c2e3641" name="Default Changelist" comment="">
|
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/Download.iml" afterDir="false" />
|
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/dictionaries/Heanup.xml" afterDir="false" />
|
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
|
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/down_bang.go" afterDir="false" />
|
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/main.go" afterDir="false" />
|
|
|
|
|
+ </list>
|
|
|
|
|
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
|
|
|
+ <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="FileEditorManager">
|
|
|
|
|
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
|
|
|
+ <file pinned="false" current-in-tab="true">
|
|
|
|
|
+ <entry file="file://$PROJECT_DIR$/main.go">
|
|
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
+ <state relative-caret-position="162">
|
|
|
|
|
+ <caret line="20" selection-start-line="20" selection-end-line="20" />
|
|
|
|
|
+ </state>
|
|
|
|
|
+ </provider>
|
|
|
|
|
+ </entry>
|
|
|
|
|
+ </file>
|
|
|
|
|
+ <file pinned="false" current-in-tab="false">
|
|
|
|
|
+ <entry file="file://$PROJECT_DIR$/down_bang.go">
|
|
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
+ <state relative-caret-position="204">
|
|
|
|
|
+ <caret line="49" column="47" selection-start-line="49" selection-start-column="39" selection-end-line="49" selection-end-column="47" />
|
|
|
|
|
+ <folding>
|
|
|
|
|
+ <element signature="e#14#62#0" expanded="true" />
|
|
|
|
|
+ </folding>
|
|
|
|
|
+ </state>
|
|
|
|
|
+ </provider>
|
|
|
|
|
+ </entry>
|
|
|
|
|
+ </file>
|
|
|
|
|
+ </leaf>
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="FileTemplateManagerImpl">
|
|
|
|
|
+ <option name="RECENT_TEMPLATES">
|
|
|
|
|
+ <list>
|
|
|
|
|
+ <option value="Go File" />
|
|
|
|
|
+ <option value="Go Application" />
|
|
|
|
|
+ </list>
|
|
|
|
|
+ </option>
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="GOROOT" path="C:\Go" />
|
|
|
|
|
+ <component name="Git.Settings">
|
|
|
|
|
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="IdeDocumentHistory">
|
|
|
|
|
+ <option name="CHANGED_PATHS">
|
|
|
|
|
+ <list>
|
|
|
|
|
+ <option value="$PROJECT_DIR$/down_bang.go" />
|
|
|
|
|
+ <option value="$PROJECT_DIR$/main.go" />
|
|
|
|
|
+ </list>
|
|
|
|
|
+ </option>
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="ProjectFrameBounds" extendedState="6">
|
|
|
|
|
+ <option name="x" value="10" />
|
|
|
|
|
+ <option name="y" value="20" />
|
|
|
|
|
+ <option name="width" value="1346" />
|
|
|
|
|
+ <option name="height" value="688" />
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
|
|
|
+ <component name="ProjectView">
|
|
|
|
|
+ <navigator proportions="" version="1">
|
|
|
|
|
+ <foldersAlwaysOnTop value="true" />
|
|
|
|
|
+ </navigator>
|
|
|
|
|
+ <panes>
|
|
|
|
|
+ <pane id="Scope" />
|
|
|
|
|
+ <pane id="ProjectPane">
|
|
|
|
|
+ <subPane>
|
|
|
|
|
+ <expand>
|
|
|
|
|
+ <path>
|
|
|
|
|
+ <item name="Download" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
|
+ <item name="Download" type="462c0819:PsiDirectoryNode" />
|
|
|
|
|
+ </path>
|
|
|
|
|
+ </expand>
|
|
|
|
|
+ <select />
|
|
|
|
|
+ </subPane>
|
|
|
|
|
+ </pane>
|
|
|
|
|
+ </panes>
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="PropertiesComponent">
|
|
|
|
|
+ <property name="DefaultGoTemplateProperty" value="Go Application" />
|
|
|
|
|
+ <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
|
|
|
|
+ <property name="WebServerToolWindowFactoryState" value="false" />
|
|
|
|
|
+ <property name="configurable.Global.GOPATH.is.expanded" value="true" />
|
|
|
|
|
+ <property name="configurable.Module.GOPATH.is.expanded" value="false" />
|
|
|
|
|
+ <property name="configurable.Project.GOPATH.is.expanded" value="false" />
|
|
|
|
|
+ <property name="go.gopath.indexing.explicitly.defined" value="true" />
|
|
|
|
|
+ <property name="go.import.settings.migrated" value="true" />
|
|
|
|
|
+ <property name="go.sdk.automatically.set" value="true" />
|
|
|
|
|
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
|
|
|
+ <property name="settings.editor.selected.configurable" value="http.proxy" />
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="RunDashboard">
|
|
|
|
|
+ <option name="ruleStates">
|
|
|
|
|
+ <list>
|
|
|
|
|
+ <RuleState>
|
|
|
|
|
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
|
|
|
+ </RuleState>
|
|
|
|
|
+ <RuleState>
|
|
|
|
|
+ <option name="name" value="StatusDashboardGroupingRule" />
|
|
|
|
|
+ </RuleState>
|
|
|
|
|
+ </list>
|
|
|
|
|
+ </option>
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="RunManager" selected="Go Build.go build down_bang.go">
|
|
|
|
|
+ <configuration name="go build Download" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
+ <module name="Download" />
|
|
|
|
|
+ <working_directory value="$PROJECT_DIR$/" />
|
|
|
|
|
+ <go_parameters value="-i" />
|
|
|
|
|
+ <kind value="FILE" />
|
|
|
|
|
+ <filePath value="$PROJECT_DIR$/main.go" />
|
|
|
|
|
+ <directory value="$PROJECT_DIR$/" />
|
|
|
|
|
+ <method v="2" />
|
|
|
|
|
+ </configuration>
|
|
|
|
|
+ <configuration name="go build down_bang.go" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
+ <module name="Download" />
|
|
|
|
|
+ <working_directory value="$PROJECT_DIR$/" />
|
|
|
|
|
+ <kind value="FILE" />
|
|
|
|
|
+ <filePath value="$PROJECT_DIR$/down_bang.go" />
|
|
|
|
|
+ <package value="Download" />
|
|
|
|
|
+ <directory value="$PROJECT_DIR$/" />
|
|
|
|
|
+ <method v="2" />
|
|
|
|
|
+ </configuration>
|
|
|
|
|
+ <recent_temporary>
|
|
|
|
|
+ <list>
|
|
|
|
|
+ <item itemvalue="Go Build.go build down_bang.go" />
|
|
|
|
|
+ <item itemvalue="Go Build.go build Download" />
|
|
|
|
|
+ </list>
|
|
|
|
|
+ </recent_temporary>
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="ToolWindowManager">
|
|
|
|
|
+ <frame x="-8" y="-8" width="1382" height="744" extended-state="6" />
|
|
|
|
|
+ <layout>
|
|
|
|
|
+ <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25416037" />
|
|
|
|
|
+ <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
|
|
|
+ <window_info id="Favorites" order="2" side_tool="true" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Message" order="0" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Find" order="1" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Run" order="2" weight="0.31535947" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Debug" order="3" weight="0.39869282" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
|
|
|
+ <window_info anchor="bottom" id="TODO" order="6" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Database Changes" order="8" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Version Control" order="9" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Terminal" order="10" weight="0.23366013" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Event Log" order="11" side_tool="true" />
|
|
|
|
|
+ <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
|
|
|
+ <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
|
|
|
+ <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
|
|
|
+ <window_info anchor="right" id="Database" order="3" />
|
|
|
|
|
+ </layout>
|
|
|
|
|
+ <layout-to-restore>
|
|
|
|
|
+ <window_info content_ui="combo" id="Project" order="0" weight="0.25416037" />
|
|
|
|
|
+ <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
|
|
|
+ <window_info id="Favorites" order="2" side_tool="true" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Message" order="0" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Find" order="1" />
|
|
|
|
|
+ <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.31535947" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Debug" order="3" weight="0.39869282" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
|
|
|
+ <window_info anchor="bottom" id="TODO" order="6" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Database Changes" order="8" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Version Control" order="9" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Terminal" order="10" weight="0.23366013" />
|
|
|
|
|
+ <window_info anchor="bottom" id="Event Log" order="11" side_tool="true" />
|
|
|
|
|
+ <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
|
|
|
+ <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
|
|
|
+ <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
|
|
|
+ <window_info anchor="right" id="Database" order="3" />
|
|
|
|
|
+ </layout-to-restore>
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="TypeScriptGeneratedFilesManager">
|
|
|
|
|
+ <option name="version" value="1" />
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="XDebuggerManager">
|
|
|
|
|
+ <breakpoint-manager>
|
|
|
|
|
+ <breakpoints>
|
|
|
|
|
+ <line-breakpoint enabled="true" type="DlvLineBreakpoint">
|
|
|
|
|
+ <url>file://$PROJECT_DIR$/main.go</url>
|
|
|
|
|
+ <line>58</line>
|
|
|
|
|
+ <option name="timeStamp" value="1" />
|
|
|
|
|
+ </line-breakpoint>
|
|
|
|
|
+ </breakpoints>
|
|
|
|
|
+ </breakpoint-manager>
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="editorHistoryManager">
|
|
|
|
|
+ <entry file="file://C:/Go/src/regexp/regexp.go">
|
|
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
+ <state relative-caret-position="198">
|
|
|
|
|
+ <caret line="822" column="18" selection-start-line="822" selection-start-column="18" selection-end-line="822" selection-end-column="18" />
|
|
|
|
|
+ </state>
|
|
|
|
|
+ </provider>
|
|
|
|
|
+ </entry>
|
|
|
|
|
+ <entry file="file://C:/Go/src/path/filepath/path.go">
|
|
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
+ <state relative-caret-position="194">
|
|
|
|
|
+ <caret line="60" column="4" selection-start-line="60" selection-start-column="4" selection-end-line="60" selection-end-column="4" />
|
|
|
|
|
+ </state>
|
|
|
|
|
+ </provider>
|
|
|
|
|
+ </entry>
|
|
|
|
|
+ <entry file="file://$PROJECT_DIR$/down_bang.go">
|
|
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
+ <state relative-caret-position="204">
|
|
|
|
|
+ <caret line="49" column="47" selection-start-line="49" selection-start-column="39" selection-end-line="49" selection-end-column="47" />
|
|
|
|
|
+ <folding>
|
|
|
|
|
+ <element signature="e#14#62#0" expanded="true" />
|
|
|
|
|
+ </folding>
|
|
|
|
|
+ </state>
|
|
|
|
|
+ </provider>
|
|
|
|
|
+ </entry>
|
|
|
|
|
+ <entry file="file://$PROJECT_DIR$/main.go">
|
|
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
|
|
+ <state relative-caret-position="162">
|
|
|
|
|
+ <caret line="20" selection-start-line="20" selection-end-line="20" />
|
|
|
|
|
+ </state>
|
|
|
|
|
+ </provider>
|
|
|
|
|
+ </entry>
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="masterDetails">
|
|
|
|
|
+ <states>
|
|
|
|
|
+ <state key="Copyright.UI">
|
|
|
|
|
+ <settings>
|
|
|
|
|
+ <splitter-proportions>
|
|
|
|
|
+ <option name="proportions">
|
|
|
|
|
+ <list>
|
|
|
|
|
+ <option value="0.2" />
|
|
|
|
|
+ </list>
|
|
|
|
|
+ </option>
|
|
|
|
|
+ </splitter-proportions>
|
|
|
|
|
+ </settings>
|
|
|
|
|
+ </state>
|
|
|
|
|
+ <state key="ScopeChooserConfigurable.UI">
|
|
|
|
|
+ <settings>
|
|
|
|
|
+ <splitter-proportions>
|
|
|
|
|
+ <option name="proportions">
|
|
|
|
|
+ <list>
|
|
|
|
|
+ <option value="0.2" />
|
|
|
|
|
+ </list>
|
|
|
|
|
+ </option>
|
|
|
|
|
+ </splitter-proportions>
|
|
|
|
|
+ </settings>
|
|
|
|
|
+ </state>
|
|
|
|
|
+ </states>
|
|
|
|
|
+ </component>
|
|
|
|
|
+</project>
|