formatting
This commit is contained in:
parent
ace14e534c
commit
3b31267823
@ -1,12 +1,12 @@
|
||||
package textfmt
|
||||
|
||||
import (
|
||||
"io"
|
||||
"errors"
|
||||
"time"
|
||||
"fmt"
|
||||
"bytes"
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
func escapeRoff(s string, additional ...string) string {
|
||||
|
||||
4
text.go
4
text.go
@ -1,10 +1,10 @@
|
||||
package textfmt
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"strings"
|
||||
"unicode"
|
||||
"fmt"
|
||||
"bytes"
|
||||
)
|
||||
|
||||
func timesn(s string, n int) string {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user