mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +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
|
|
//
|