diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-10-30 00:28:51 -0300 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 8040825daac4a5ba24e947c4c657d169d7763543 (patch) | |
tree | 667058707ab1c2b2af5dc01decda25cc7709f9df /client.go | |
parent | f76b8093b9ca69c7d4eca747d8c5d702d492e1fb (diff) |
restructuring, part 3 of many
Diffstat (limited to 'client.go')
-rw-r--r-- | client.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -90,11 +90,6 @@ type Removed struct { Board string } -type PostBlacklist struct { - Id int - Regex string -} - func mod(i, j int) bool { return i%j == 0 } |