From 2eb92f03e971ce3f8403dfdd8141244a9df79e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Sun, 4 Aug 2019 16:06:26 +0200 Subject: [PATCH] Fix Structtag Tunneling Former-commit-id: 9b72bc3d851385e4b1ae6abc832d7f10e1239332 --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index cf236879..ea9d7f38 100644 --- a/configuration.go +++ b/configuration.go @@ -594,7 +594,7 @@ type Configuration struct { // Tunneling can be optionally set to enable ngrok http(s) tunneling for this Iris app instance. // See the `WithTunneling` Configurator too. - Tunneling TunnelingConfiguration `json:"tunneling,omitempty" yaml:"Tunneling" toml"Tunneling"` + Tunneling TunnelingConfiguration `json:"tunneling,omitempty" yaml:"Tunneling" toml:"Tunneling"` // IgnoreServerErrors will cause to ignore the matched "errors" // from the main application's `Run` function.