mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
New development build.
This commit is contained in:
parent
05a5cb8325
commit
1cf9029a63
4 changed files with 1 additions and 2 deletions
BIN
be/Macrame.exe
BIN
be/Macrame.exe
Binary file not shown.
BIN
be/Setup.exe
BIN
be/Setup.exe
Binary file not shown.
|
|
@ -21,5 +21,4 @@ func MCRMLogInit() {
|
||||||
|
|
||||||
func MCRMLog(v ...interface{}) {
|
func MCRMLog(v ...interface{}) {
|
||||||
log.Println(v...) // Logs to terminal as well
|
log.Println(v...) // Logs to terminal as well
|
||||||
// fmt.Fprintln(logFile, v...) // Logs to log file
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ func main() {
|
||||||
apiInit(w, r)
|
apiInit(w, r)
|
||||||
})
|
})
|
||||||
|
|
||||||
// helper.OpenBrowser("http://localhost:" + helper.EnvGet("MCRM__PORT"))
|
helper.OpenBrowser("http://localhost:" + helper.EnvGet("MCRM__PORT"))
|
||||||
|
|
||||||
app.MCRMLog("Listening on http://localhost:" + helper.EnvGet("MCRM__PORT"))
|
app.MCRMLog("Listening on http://localhost:" + helper.EnvGet("MCRM__PORT"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue