Blank Iris without middleware by default

Use

  1. app := iris.New()

instead of

  1. // Default with "debug" Logger Level.
  2. // Localization enabled on "./locales" directory
  3. // and HTML templates on "./views" or "./templates" directory.
  4. // It runs with the AccessLog on "./access.log",
  5. // Recovery and Request ID middleware already attached.
  6. app := iris.Default()