gnp
gnp copied to clipboard
Guide to compiling the examples?
Greetings,
I just started working through this book, and it looks great. I know that the book assumes a working knowledge of Golang, but it might be helpful to have a page or two (or part of the README.md file) explaining how to build/run the examples.
I ask because I teach a class using Go, and we use the original Go book, which is a pre-module book, and so between that book and this one, there isn't any info on how to run the tests.
Thank you for your feedback, Dr. Porter. I agree that it would be beneficial to have instruction on setting up your environment, cloning this repo, and running the tests. I'll carve out some time this weekend to work on a step-by-step guide in the README.md.
Greetings @gmporter ! I believe that my last commit (https://github.com/noah-de/gnp/commit/4f9d2d267155f54a84748580e8f81a5e6cec88d0) addresses this issue of running the examples. Do you have further suggestions for README content?
Looks good! Thanks!
On Tue, Aug 23, 2022 at 10:12 PM Noah Spahn @.***> wrote:
Greetings @gmporter https://urldefense.com/v3/__https://github.com/gmporter__;!!Mih3wA!FA0aldw1UL6t4tNS_1e6Qodp68zBGFN4aaZ3BLCZVVsjm5xCC2AewQw4lRrQkDUPyHGLnFAbi-1IZGjY3EgH9vqhpcA$ ! I believe that my last commit @.*** https://urldefense.com/v3/__https://github.com/noah-de/gnp/commit/4f9d2d267155f54a84748580e8f81a5e6cec88d0__;!!Mih3wA!FA0aldw1UL6t4tNS_1e6Qodp68zBGFN4aaZ3BLCZVVsjm5xCC2AewQw4lRrQkDUPyHGLnFAbi-1IZGjY3EgHL7wUAiA$) addresses this issue of running the examples. Do you have further suggestions for README content?
— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/awoodbeck/gnp/issues/3*issuecomment-1224794014__;Iw!!Mih3wA!FA0aldw1UL6t4tNS_1e6Qodp68zBGFN4aaZ3BLCZVVsjm5xCC2AewQw4lRrQkDUPyHGLnFAbi-1IZGjY3EgH4TpwF8M$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AACLGHXAMUMJ2AFFTN6E44TV2UWEPANCNFSM5J4UWTRA__;!!Mih3wA!FA0aldw1UL6t4tNS_1e6Qodp68zBGFN4aaZ3BLCZVVsjm5xCC2AewQw4lRrQkDUPyHGLnFAbi-1IZGjY3EgH4PR9cxc$ . You are receiving this because you were mentioned.Message ID: @.***>
I also added an example of how to build and run the code within a Docker container.