diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-04-03 03:11:13 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-04-03 03:11:13 -0400 |
commit | a24fb84d519e77111e3bffe4b0128d9d21faa3c3 (patch) | |
tree | 13ad1885f27eef6071c2171332c449a5483abfe1 | |
parent | af0e0ab55ebe4a68d9d72ab4ae718a9f3898c0c4 (diff) | |
download | goofbot-a24fb84d519e77111e3bffe4b0128d9d21faa3c3.tar.gz |
trying 0x2060 for zw char
-rw-r--r-- | main.go | 2 |
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 { |