Commit Graph

4 Commits (240c57c08e70ab2b984ae99245a6201cbda5cd20)

Author SHA1 Message Date
Dustin Oprea 240c57c08e Modulized project. Now v1. 2020-01-01 10:53:20 -05:00
Dustin Oprea 1fe423a045 Revert rename of testing_common.go
We need this to not run unless we're in a testing context. This is prep
for module support, where the relative path required there only works in
this package but will fail if used in reads in an `init()` function upon
import from subpackages.
2020-01-01 10:40:03 -05:00
Dustin Oprea c8c0acaebc Use global for name of test image
- Moved logic from common_test.go to testing_common.go . That was legacy
  naming.
2020-01-01 10:05:56 -05:00
Dustin Oprea dfbe003c0e Reorganized to not require GOPATH unless testing. 2018-06-16 09:49:14 -04:00