mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
126e170371
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
|
|
}
|