Procházet zdrojové kódy

Use | less -RS with font-show output.

Steve Thielemann před 2 roky
rodič
revize
f674d65a41
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      font-show/font-show.go

+ 2 - 0
font-show/font-show.go

@@ -10,6 +10,8 @@ import (
 	"strings"
 )
 
+// Best used with | less -RS
+
 // Given a TheDrawFont file, display the fonts contained within.
 func ListFonts(filename string) {
 	f, err := os.Open(filename)