mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
5 lines
238 B
Go
5 lines
238 B
Go
|
// Package apps is responsible to control many Iris Applications.
|
||
|
// This package directly imports the iris root package and cannot be used
|
||
|
// inside Iris' codebase itself. Only external packages/programs can make use of it.
|
||
|
package apps
|