mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 23:40:35 +01:00
8 lines
271 B
Go
8 lines
271 B
Go
|
package iris
|
||
|
|
||
|
// Notes:
|
||
|
//
|
||
|
// We use Default := New() and not api := New() or just Default because we want to cover as much code as possible
|
||
|
// The tests are usually end-to-end, except some features like plugins, which we have normal unit testing and end-to-end tests
|
||
|
//
|