printer: doc for exported symbols

Updates #9
This commit is contained in:
Michael McLoughlin
2019-01-04 19:03:02 -08:00
parent cfce8d94df
commit 88eff53893
4 changed files with 51 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ type goasm struct {
prnt.Generator
}
// NewGoAsm constructs a printer for writing Go assembly files.
func NewGoAsm(cfg Config) Printer {
return &goasm{cfg: cfg}
}