mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
7 lines
75 B
Go
7 lines
75 B
Go
|
package config
|
||
|
|
||
|
// Tester configuration
|
||
|
type Tester struct {
|
||
|
Debug bool
|
||
|
}
|