Skip to content

Commit 642e804

Browse files
author
Sridhar Ratnakumar
committed
remove obsolete makefile
1 parent 64e8db0 commit 642e804

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

Makefile

-6
This file was deleted.

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
golor is a terminal color package for Go, supporting both 16-colors mode and
44
256 colors mode.
55

6+
## Example usage
7+
68
16-bit color printing:
79

810
```Go
@@ -22,8 +24,7 @@ fmt.Println(golor.Colorize("Foreground", index, -1))
2224
Consistently assigning unique colors to strings:
2325

2426
```Go
25-
// Assign an unique color for this string
27+
// See examples/unique.go
2628
name := "srid"
2729
fmt.Println(golor.Colorize(process, golor.AssignColor(name), -1))
28-
``
29-
30+
```

0 commit comments

Comments
 (0)