about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-04-03 03:11:13 -0400
committerBen Morrison <ben@gbmor.dev>2020-04-03 03:11:13 -0400
commita24fb84d519e77111e3bffe4b0128d9d21faa3c3 (patch)
tree13ad1885f27eef6071c2171332c449a5483abfe1
parentaf0e0ab55ebe4a68d9d72ab4ae718a9f3898c0c4 (diff)
downloadgoofbot-a24fb84d519e77111e3bffe4b0128d9d21faa3c3.tar.gz
trying 0x2060 for zw char
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 46b3be5..15374f1 100644
--- a/main.go
+++ b/main.go
@@ -17,7 +17,7 @@ import (
 )
 
 // ZW is a zero-width character
-const ZW = string(0x200c)
+const ZW = string(0x2060)
 
 // Conf holds all the config info
 type Conf struct {