Skip to content

Commit

Permalink
提交 Goland 编译配置
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap committed May 17, 2023
1 parent d25b670 commit 8d50567
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .run/rangine.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="rangine" type="GoApplicationRunConfiguration" factoryName="Go Application">
<module name="w7-rangine-go-empty" />
<working_directory value="$PROJECT_DIR$" />
<parameters value="server:start" />
<EXTENSION ID="net.ashald.envfile">
<option name="IS_ENABLED" value="false" />
<option name="IS_SUBST" value="false" />
<option name="IS_PATH_MACRO_SUPPORTED" value="false" />
<option name="IS_IGNORE_MISSING_FILES" value="false" />
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
<ENTRIES>
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" />
</ENTRIES>
</EXTENSION>
<kind value="DIRECTORY" />
<directory value="$PROJECT_DIR$" />
<filePath value="$PROJECT_DIR$/main.go" />
<output_directory value="$PROJECT_DIR$/runtime" />
<method v="2" />
</configuration>
</component>

0 comments on commit 8d50567

Please sign in to comment.