You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this is the right place to log this issue,
When building the server using go run main.go, It loads and then signal: killed Thats the only error message that it shows and then it halts all the processes.
I need mention that this has been functioning well till 2 days ago when it just stopped. I am on MacOS v10.12.4 8GB memory RAM, golang v 1.8+ and my database is MySQL
The text was updated successfully, but these errors were encountered:
Hello @xert I just figured out what the problem is, that is if you are on a Mac which is caused by using latest xcode with sqlite. I disabled sqlite and I am back up running
When building the server using
go run main.go
, It loads and thensignal: killed
Thats the only error message that it shows and then it halts all the processes.I need mention that this has been functioning well till 2 days ago when it just stopped. I am on MacOS v10.12.4 8GB memory RAM, golang v 1.8+ and my database is
MySQL
The text was updated successfully, but these errors were encountered: