diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-24 17:54:17 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-24 17:54:17 -0700 |
| commit | 6988a0571d5d37ea0f38ee3e4066533158f608bc (patch) | |
| tree | 172010de54ea7e732d7daa836db659021dc8a933 /.run | |
Initial squashed commit
Diffstat (limited to '.run')
| -rw-r--r-- | .run/go run server.go.run.xml | 12 |
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 |