diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-28 18:21:52 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-28 14:21:52 -0700 |
| commit | 22c599abc18895f73e96095f35b71cf3357d41b4 (patch) | |
| tree | 482ef57d386c955692ea43c43e4655b3c3763499 /.run | |
| parent | 71c56068adca18f76ebee86355f000a3e51d3127 (diff) | |
Move code to hotline dir
Diffstat (limited to '.run')
| -rw-r--r-- | .run/go run server.go.run.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.run/go run server.go.run.xml b/.run/go run server.go.run.xml deleted file mode 100644 index efbc814..0000000 --- a/.run/go run server.go.run.xml +++ /dev/null @@ -1,12 +0,0 @@ -<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 |