提交 80e4171a 编写于 作者: _Fighter's avatar _Fighter

2021年12月5日

上级 42669b53
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectTasksOptions">
<TaskOptions isEnabled="true">
<option name="arguments" value="-w $FilePath$" />
<option name="checkSyntaxErrors" value="true" />
<option name="description" />
<option name="exitCodeBehavior" value="ERROR" />
<option name="fileExtension" value="go" />
<option name="immediateSync" value="false" />
<option name="name" value="goimports" />
<option name="output" value="$FilePath$" />
<option name="outputFilters">
<array />
</option>
<option name="outputFromStdout" value="false" />
<option name="program" value="goimports" />
<option name="runOnExternalChanges" value="false" />
<option name="scopeName" value="Project Files" />
<option name="trackOnlyRoot" value="true" />
<option name="workingDir" value="$ProjectFileDir$" />
<envs>
<env name="GOROOT" value="$GOROOT$" />
<env name="GOPATH" value="$GOPATH$" />
<env name="PATH" value="$GoBinDirs$" />
</envs>
</TaskOptions>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="BranchesTreeState">
<expand>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
</path>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
</path>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
</path>
</expand>
<select />
</component>
<component name="ChangeListManager">
<list default="true" id="d365b3bd-6b35-4929-97b9-bcb786acfffc" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/arrays.go" afterDir="false" />
<change afterPath="$PROJECT_DIR$/func.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/learngo.iml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/watcherTasks.xml" beforeDir="false" />
</list>
<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="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Go Application" />
</list>
</option>
</component>
<component name="GOROOT" path="/usr/local/go" />
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="GoLibraries">
<option name="indexEntireGoPath" value="false" />
</component>
<component name="ProjectId" id="21jktopVjPHQCxYQkHSYJ7r9qZf" />
<component name="ProjectLevelVcsManager">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="DefaultGoTemplateProperty" value="Go Application" />
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="go.import.settings.migrated" value="true" />
<property name="nodejs_package_manager_path" value="npm" />
</component>
<component name="RunManager" selected="Go Build.go build learngo (2)">
<configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
<option name="arquillianRunConfiguration">
<value>
<option name="containerStateName" value="" />
</value>
</option>
<option name="TEST_OBJECT" value="class" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="basic" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true">
<module name="learngo" />
<working_directory value="$PROJECT_DIR$" />
<kind value="FILE" />
<filePath value="$PROJECT_DIR$/basic.go" />
<package value="learngo" />
<directory value="$PROJECT_DIR$" />
<method v="2" />
</configuration>
<configuration name="go build learngo (1)" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
<module name="learngo" />
<working_directory value="$PROJECT_DIR$" />
<kind value="FILE" />
<filePath value="$PROJECT_DIR$/func.go" />
<package value="learngo" />
<directory value="$PROJECT_DIR$" />
<method v="2" />
</configuration>
<configuration name="go build learngo (2)" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
<module name="learngo" />
<working_directory value="$PROJECT_DIR$" />
<kind value="FILE" />
<filePath value="$PROJECT_DIR$/arrays.go" />
<package value="learngo" />
<directory value="$PROJECT_DIR$" />
<method v="2" />
</configuration>
<configuration name="go build learngo" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
<module name="learngo" />
<working_directory value="$PROJECT_DIR$" />
<kind value="FILE" />
<filePath value="$PROJECT_DIR$/branch.go" />
<package value="learngo" />
<directory value="$PROJECT_DIR$" />
<method v="2" />
</configuration>
<recent_temporary>
<list>
<item itemvalue="Go Build.go build learngo (2)" />
<item itemvalue="Go Build.go build learngo (1)" />
<item itemvalue="Go Build.go build learngo" />
<item itemvalue="Go Build.basic" />
</list>
</recent_temporary>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="d365b3bd-6b35-4929-97b9-bcb786acfffc" name="Default Changelist" comment="" />
<created>1638462101721</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1638462101721</updated>
<workItem from="1638462766178" duration="1887000" />
<workItem from="1638464739378" duration="351000" />
<workItem from="1638546853711" duration="1669000" />
<workItem from="1638548909958" duration="1759000" />
<workItem from="1638550728674" duration="1850000" />
<workItem from="1638552639992" duration="1381000" />
<workItem from="1638618253079" duration="2044000" />
<workItem from="1638622265408" duration="1872000" />
<workItem from="1638717620354" duration="1819000" />
<workItem from="1638719640037" duration="760000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
<option name="oldMeFiltersMigrated" value="true" />
</component>
<component name="VgoProject">
<integration-enabled>true</integration-enabled>
<auto-vendoring-mode>false</auto-vendoring-mode>
<environment>
<map>
<entry key="GOPROXY" value="https://goproxy.cn,direct" />
</map>
</environment>
</component>
<component name="WindowStateProjectService">
<state x="1647" y="58" key="#Inspections" timestamp="1638623871165">
<screen x="1366" y="-158" width="1859" height="1055" />
</state>
<state x="1647" y="58" key="#Inspections/1366.-158.1859.1055/0.25.1366.743@1366.-158.1859.1055" timestamp="1638623871165" />
<state x="-1496" y="-10" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1638463705929">
<screen x="-1920" y="-196" width="1920" height="1055" />
</state>
<state x="-1496" y="-10" key="#com.intellij.execution.impl.EditConfigurationsDialog/-1920.-196.1920.1055/0.25.1311.743@-1920.-196.1920.1055" timestamp="1638463705929" />
<state width="977" height="399" key="GridCell.Tab.0.bottom" timestamp="1638720267472">
<screen x="1366" y="-158" width="1859" height="1055" />
</state>
<state width="1878" height="455" key="GridCell.Tab.0.bottom/-1920.-196.1920.1055/0.25.1311.743@-1920.-196.1920.1055" timestamp="1638463841375" />
<state width="977" height="399" key="GridCell.Tab.0.bottom/1366.-158.1859.1055/0.25.1366.743@1366.-158.1859.1055" timestamp="1638720267472" />
<state width="977" height="399" key="GridCell.Tab.0.center" timestamp="1638720267469">
<screen x="1366" y="-158" width="1859" height="1055" />
</state>
<state width="1878" height="455" key="GridCell.Tab.0.center/-1920.-196.1920.1055/0.25.1311.743@-1920.-196.1920.1055" timestamp="1638463841373" />
<state width="977" height="399" key="GridCell.Tab.0.center/1366.-158.1859.1055/0.25.1366.743@1366.-158.1859.1055" timestamp="1638720267469" />
<state width="977" height="399" key="GridCell.Tab.0.left" timestamp="1638720267467">
<screen x="1366" y="-158" width="1859" height="1055" />
</state>
<state width="1878" height="455" key="GridCell.Tab.0.left/-1920.-196.1920.1055/0.25.1311.743@-1920.-196.1920.1055" timestamp="1638463841373" />
<state width="977" height="399" key="GridCell.Tab.0.left/1366.-158.1859.1055/0.25.1366.743@1366.-158.1859.1055" timestamp="1638720267467" />
<state width="977" height="399" key="GridCell.Tab.0.right" timestamp="1638720267472">
<screen x="1366" y="-158" width="1859" height="1055" />
</state>
<state width="1878" height="455" key="GridCell.Tab.0.right/-1920.-196.1920.1055/0.25.1311.743@-1920.-196.1920.1055" timestamp="1638463841374" />
<state width="977" height="399" key="GridCell.Tab.0.right/1366.-158.1859.1055/0.25.1366.743@1366.-158.1859.1055" timestamp="1638720267472" />
<state width="1099" height="531" key="GridCell.Tab.1.bottom" timestamp="1638623946483">
<screen x="1366" y="-158" width="1859" height="1055" />
</state>
<state width="1099" height="531" key="GridCell.Tab.1.bottom/1366.-158.1859.1055/0.25.1366.743@1366.-158.1859.1055" timestamp="1638623946483" />
<state width="1099" height="531" key="GridCell.Tab.1.center" timestamp="1638623946482">
<screen x="1366" y="-158" width="1859" height="1055" />
</state>
<state width="1099" height="531" key="GridCell.Tab.1.center/1366.-158.1859.1055/0.25.1366.743@1366.-158.1859.1055" timestamp="1638623946482" />
<state width="1099" height="531" key="GridCell.Tab.1.left" timestamp="1638623946481">
<screen x="1366" y="-158" width="1859" height="1055" />
</state>
<state width="1099" height="531" key="GridCell.Tab.1.left/1366.-158.1859.1055/0.25.1366.743@1366.-158.1859.1055" timestamp="1638623946481" />
<state width="1099" height="531" key="GridCell.Tab.1.right" timestamp="1638623946482">
<screen x="1366" y="-158" width="1859" height="1055" />
</state>
<state width="1099" height="531" key="GridCell.Tab.1.right/1366.-158.1859.1055/0.25.1366.743@1366.-158.1859.1055" timestamp="1638623946482" />
<state x="2004" y="2" width="583" height="735" key="find.popup" timestamp="1638550964859">
<screen x="1366" y="-158" width="1859" height="1055" />
</state>
<state x="-1261" y="-36" width="602" height="735" key="find.popup/-1920.-196.1920.1055/0.25.1311.743@-1920.-196.1920.1055" timestamp="1638463425374" />
<state x="2004" y="2" width="583" height="735" key="find.popup/1366.-158.1859.1055/0.25.1366.743@1366.-158.1859.1055" timestamp="1638550964859" />
<state x="1721" y="146" key="refactoring.ChangeSignatureDialog" timestamp="1638719911866">
<screen x="1366" y="-158" width="1859" height="1055" />
</state>
<state x="1721" y="146" key="refactoring.ChangeSignatureDialog/1366.-158.1859.1055/0.25.1366.743@1366.-158.1859.1055" timestamp="1638719911866" />
</component>
</project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册