We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It builds properly but when you attempt to run it it gives this error:
2018/09/06 17:54:42 Error while creating a directory 2018/09/06 17:54:42 Creating a new config file
and then exits. (Although there's a chance I might just be doing something wrong somehow.)
It also uses the old build steps, it should be running make lit instead of go build and also expose ports more sensibly.
make lit
go build
The text was updated successfully, but these errors were encountered:
delbonis
No branches or pull requests
It builds properly but when you attempt to run it it gives this error:
and then exits. (Although there's a chance I might just be doing something wrong somehow.)
It also uses the old build steps, it should be running
make lit
instead ofgo build
and also expose ports more sensibly.The text was updated successfully, but these errors were encountered: