mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +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
|