This website works better with JavaScript
Home
Explore
Help
Register
Sign In
packages
/
go-colorable
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
gofmt
Yasuhiro Matsumoto
5 years ago
parent
98ec13f34a
commit
1792948862
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
_example/title/main.go
+ 1
- 0
_example/title/main.go
View File
@@ -3,6 +3,7 @@ package main
import (
import (
"fmt"
"fmt"
"os"
"os"
+
. "github.com/mattn/go-colorable"
. "github.com/mattn/go-colorable"
)
)