Skip to content

Commit

Permalink
chore: add jetbrains runconfig with embedded db
Browse files Browse the repository at this point in the history
  • Loading branch information
hpr1999 committed Sep 19, 2024
1 parent 4450229 commit 1e1a2b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .run/run with in memory db.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="run with in memory db" type="GoApplicationRunConfiguration" factoryName="Go Application">
<module name="go-drink" />
<working_directory value="$PROJECT_DIR$" />
<kind value="PACKAGE" />
<package value="github.com/Port39/go-drink" />
<directory value="$PROJECT_DIR$" />
<filePath value="$PROJECT_DIR$/main.go" />
<method v="2" />
</configuration>
</component>

0 comments on commit 1e1a2b1

Please sign in to comment.