-
Notifications
You must be signed in to change notification settings - Fork 49
Go 1.15 & Go modules update + Makefile + Write buffer size arg #117
New issue
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
base: master
Are you sure you want to change the base?
Conversation
Corrected a typo
Update and upgrade
Renamed some variables to be more go-like
|
I excluded the test files from formatter, so those remained unchanged. |
|
How to use this ? :/ |
|
how to build this from source code? |
|
Use at your own risk. BCOS Inc is not responsible for any damages, defects, or any issues you may encounter. This will pull down the latest reallymine from andlabs, go into that folder, fetch UndeadBaneGitHub's changes, merge them directly into master (without checking/testing anything), delete the temporary pull request branch (#117) , and finally build the updated project. The last line, with sudo ln -sf, is only for a little extra convenience if you want to make reallymine executable via a symlink instead of having to know the full path, etc. Good luck. git clone https://github.com/andlabs/reallymine |
|
On that note, it's been a minute since I proposed this PR. I will update it to later Go version, just in case, and add a way to execute. I thought about adding binaries to the fork - but well, I didn't quite bother to make it cross-compilable and just plain compiled + ran it on Ubuntu. Case in point, I don't know, whether it would, for example, even compile for Windows/Mac. |
Makefileto streamline code formatting and build