aboutsummaryrefslogtreecommitdiff
path: root/.run
diff options
context:
space:
mode:
Diffstat (limited to '.run')
-rw-r--r--.run/go run server.go.run.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.run/go run server.go.run.xml b/.run/go run server.go.run.xml
new file mode 100644
index 0000000..efbc814
--- /dev/null
+++ b/.run/go run server.go.run.xml
@@ -0,0 +1,12 @@
+<component name="ProjectRunConfigurationManager">
+ <configuration default="false" name="go run server.go" type="GoApplicationRunConfiguration" factoryName="Go Application">
+ <working_directory value="$PROJECT_DIR$/server" />
+ <go_parameters value="-race" />
+ <parameters value="--bind 5600" />
+ <kind value="FILE" />
+ <package value="bitbucket.org/jhalter/hotline" />
+ <directory value="$PROJECT_DIR$" />
+ <filePath value="$PROJECT_DIR$/server/main.go" />
+ <method v="2" />
+ </configuration>
+</component> \ No newline at end of file