mirror of
https://github.com/kataras/iris.git
synced 2025-12-31 00:37:05 +00:00
I will commit the tests , mostly to see how this is working, when I finish with the front-end tests
7 lines
75 B
Go
7 lines
75 B
Go
package config
|
|
|
|
// Tester configuration
|
|
type Tester struct {
|
|
Debug bool
|
|
}
|