@@ -1,24 +1,4 @@
-# Compiled Object files, Static and Dynamic libs (Shared Objects)
-*.o
-*.a
-*.so
+# IntelliJ
+.idea/
+*.iml
-# Folders
-_obj
-_test
-
-# Architecture specific extensions/prefixes
-*.[568vq]
-[568vq].out
-*.cgo1.go
-*.cgo2.c
-_cgo_defun.c
-_cgo_gotypes.go
-_cgo_export.*
-_testmain.go
-*.exe
-*.test
-*.prof
@@ -32,6 +32,7 @@ func TestBackground(t *testing.T) {
func TestEmphasis(t *testing.T) {
fmt.Println("*** emphasis ***")
+ fmt.Println(Reset("reset"))
fmt.Println(Bold("bold"))
fmt.Println(Dim("dim"))
fmt.Println(Italic("italic"))