Hi Troy, Thank you for the work! The patch looks reasonable. Does it allow us to run all available tests as we discussed in ? One nitpick about this section: --8<---------------cut here---------------start------------->8--- +;; go test builds a test binary (or multiple binaries), vets the code and then +;; runs the test binary. Build, test and test binary flags can be provided as +;; test-flags. See "go help test" and "go help testflag" for more details. --8<---------------cut here---------------end--------------->8--- It is a good material for documentation section, how about to move it from this comment and compile a proper documentation note describing #:test-flags for go-build-system? Something like this: --8<---------------cut here---------------start------------->8--- #:test-flags is added. The default is '(). These flags are passed as arguments to the test command. Note that flags for verbose output is always enabled on supported backends. --8<---------------cut here---------------end--------------->8--- Sourced from WDYT? -- Oleg