Skip to content

Commit

Permalink
godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcorbyeaglen committed Jan 24, 2018
1 parent cc10eff commit c04b2e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import (
// in your test package.
// One file per test file will be generated containing output.
var Generator generator.GoGivensOutputGenerator = htmlspec.NewTestOutputGenerator()

//OutputListeners holds a list of listners which can process the output generated by the GoGivensOutputGenerator.
// By default, the generator.FileOutputGenerator is added. but you can append or replace with your own.
var OutputListeners = []generator.OutputListener{new(generator.FileOutputGenerator)}

func transformFileNameToHeader(fileName string) (header string) {
Expand Down

0 comments on commit c04b2e8

Please sign in to comment.