Closed Zearin closed 10 years ago
I'm not sure what you want to know? It's a standard Go binary, so normal procedures apply.
I'm not sure what you want to know? It's a standard Go binary, so normal procedures apply.
Well, basically, I want to help…but I am unfamiliar with Go. :)
While I'd definitely welcome contributions, I don't think it's practical for every project to document standard development practice for the languages it uses. It would be akin to describing how to use Maven if it were a Java project.
If you're interested, though, I suggest starting here. The documentation is quite comprehensive.
While I'd definitely welcome contributions, I don't think it's practical for every project to document standard development practice for the languages it uses. It would be akin to describing how to use Maven if it were a Java project.
Oh, I agree! In hindsight, this wasn’t a well-thought-out Issue on my part.
Let me revise my original request to a few specific questions:
Makefile
, I see targets for install
and clean
. Are there any targets for developing this project?clean
is being used like “uninstall”; i.e. it removes the “normal installation”, rather than a build directory (or whatever). Is that correct?CONTRIBUTING.md
file? ☺ If you type make
it will build the binary and man page in the current directory. You can then run it with ./todo2
. make clean
will remove both files from the current directory.
For anyone who is about to create a new Issue or make a Pull Request, GitHub will auto-link a
CONTRIBUTING.md
file if it exists in the top-level of a repo, right above the form.(Of course, the real reason I’m creating this issue is that I want to contribute…but I have no idea how. ☺)