iris/config/tester.go
Makis Maropoulos 126e170371 Add a Test framework to make it easier to test Iris app
I will commit the tests , mostly to see how this is working,  when I
finish with the front-end tests
2016-07-03 16:26:53 +02:00

7 lines
75 B
Go

package config
// Tester configuration
type Tester struct {
Debug bool
}