iris/apps/apps.go
Gerasimos (Makis) Maropoulos 589c8c6242
new apps/switch (beta)
2020-08-17 21:53:17 +03:00

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