diff options
Diffstat (limited to 'directives_generate.go')
-rw-r--r-- | directives_generate.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/directives_generate.go b/directives_generate.go index b67e6dea5..ece92e329 100644 --- a/directives_generate.go +++ b/directives_generate.go @@ -81,8 +81,7 @@ func genDirectives(file, pack string, md []string) { // feel the effects of all other plugin below // (after) them during a request, but they must not // care what plugin above them are doing. - -var directives = []string{ +var Directives = []string{ ` for i := range md { |