NewFmtCtx creates a FmtCtx; only flags that don't require Annotations can be used.
(f FmtFlags)
| 273 | // NewFmtCtx creates a FmtCtx; only flags that don't require Annotations |
| 274 | // can be used. |
| 275 | func NewFmtCtx(f FmtFlags) *FmtCtx { |
| 276 | return NewFmtCtxEx(f, nil) |
| 277 | } |
| 278 | |
| 279 | // NewFmtCtxEx creates a FmtCtx. |
| 280 | func NewFmtCtxEx(f FmtFlags, ann *Annotations) *FmtCtx { |