Skip to content

Commit

Permalink
Remove duplicate file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wiegman committed Oct 10, 2016
1 parent cba3ef5 commit 568c870
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 94 deletions.
92 changes: 0 additions & 92 deletions cmd/microdata/main.go

This file was deleted.

3 changes: 1 addition & 2 deletions cmd/microdata/microdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ func main() {

baseURL := flag.String("base-url", "http://example.com", "base url to use for the data in the stdin stream.")
contentType := flag.String("content-type", "", "content type of the data in the stdin stream.")
// format := flag.String("format", "", "format for the output using the syntax of package html/template.")
format := flag.String("format", "", `alternate format for the output of the
format := flag.String("format", "{{. |jsonMarshal }}", `alternate format for the output of the
microdata, using the syntax of package html/template. The default output is
equivalent to -f '{{. |jsonMarshal }}'. The struct being passed to the
template is:
Expand Down

0 comments on commit 568c870

Please sign in to comment.