Go 1.15 & Go modules update + Makefile + Write buffer size arg#117
Go 1.15 & Go modules update + Makefile + Write buffer size arg#117UndeadBaneGitHub wants to merge 11 commits intoandlabs:masterfrom
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