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