• CRNSHWGO.ZIP (64K)

    Uploaded Wed Jan 27 2021 20:13:08

    crenshaw-go A go implementation of Let's
    Build a Compiler, by Jack Crenshaw.  How to
    run: Chapters 1-16 have different
    executables.  Modify main.go in the root
    directory to point to the appropriate
    package.  Package names are listed in that
    file.
    https://github.com/dcw303/crenshaw-go
    
  • Go-SCP.zip (1,536K)

    Uploaded Wed Jan 27 2021 20:13:08

    Go programming language secure coding
    practices guide
    https://github.com/Checkmarx/Go-SCP
    
  • GOBTCAMP.ZIP (468K)

    Uploaded Wed Jan 27 2021 20:13:08

    Matt Aimonetti's "GO Bootcamp: Everything
    you need to know to get started with Go"
    http://www.golangbootcamp.com/
    
  • gobyexpl.zip (1,828K)

    Uploaded Wed Jan 27 2021 20:13:08

    Go by Example Content, toolchain, & web
    server for Go by Example.  Site is built by
    extracting code & comments from source files
    in examples & rendering that data via the
    site templates.  Programs implementing this
    build process are in tools.  Build produces
    a directory of static files, public,suitable
    for serving by any modern HTTP server.
    Includes lightweight Go server in server.go.
    https://github.com/mmcgrana/gobyexample
    
  • golangbk.zip (2,827K)

    Uploaded Wed Jan 27 2021 20:13:08

    Caleb Doxey's "An Introduction to
    Programming in Go" in PDF format.
    //www.golang-book.com/assets/pdf/gobook.pdf
    
  • WRKWTHGO.ZIP (40K)

    Uploaded Wed Jan 27 2021 20:13:08

    Working with Go By Marcus Kazmierczak
    mkaz.com, @mkaz Working with Go is a set of
    example programs in Go (golang) to get an
    experienced programmer familiar with Go.
    The Go language is often referred to as
    golang to help searches.
    https://github.com/mkaz/working-with-go