We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12f0f4 commit 5f120f5Copy full SHA for 5f120f5
app/app
-2.04 MB
app/main.go
godemon
2.21 MB
readme.md
@@ -0,0 +1,13 @@
1
+# Godemon
2
+### Now, using Godemon you can use live reload on your apps.
3
+
4
+### How to use it?
5
+First of all you need to build your version:
6
+`cd ./godemon/`
7
+`go build`
8
9
+Now you can move file `godemon` to folder with your go project and
10
+start it using command: `./godemon <fileOrDir> <fileOrModule>`.
11
+In first argument you're giving godemon the path to project, and in second
12
+argument you're choosing is it simple go file or go module - if module pass
13
+argument - `mod` , if file pass argument - `file`
0 commit comments