status-go/lib
Adam Babik 74d3e5e625 Add workaround for testing/cgo issue (#469)
Test code in `lib` package requires cgo, but cgo is not allowed in `*_test.go` files, so we import a lot of testing-related code into a library which also has a lot of side-effects. This fix adds a build tag `e2e_test` as a workaround.
2017-11-22 15:06:14 +02:00
..
library.go Refactor jail part 2 (#401) 2017-11-07 12:36:42 -05:00
library_test.go Add workaround for testing/cgo issue (#469) 2017-11-22 15:06:14 +02:00
main.go Add workaround for testing/cgo issue (#469) 2017-11-22 15:06:14 +02:00
utils.go Add workaround for testing/cgo issue (#469) 2017-11-22 15:06:14 +02:00