...

Text file src/go/doc/comment/testdata/text9.txt

Documentation: go/doc/comment/testdata

     1{"TextPrefix":"|", "TextCodePrefix": "@"}
     2-- input --
     3Hello, world
     4 Code block here.
     5-- gofmt --
     6Hello, world
     7
     8	Code block here.
     9-- text --
    10|Hello, world
    11|
    12@Code block here.

View as plain text