diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-05-09 02:14:52 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-05-09 02:14:52 -0400 |
commit | 840172b5d5a695f15ed9c3e95b1525f641f81c4d (patch) | |
tree | e723c1b52572a23433d5987da45e107958eeb1b5 | |
parent | 1eab8d9a920942749547bcba80f9ad9e1c7cc276 (diff) | |
download | api-840172b5d5a695f15ed9c3e95b1525f641f81c4d.tar.gz |
removed unneeded cache-checking function placeholders
-rw-r--r-- | cache.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cache.go b/cache.go index a0d56eb..19e00ec 100644 --- a/cache.go +++ b/cache.go @@ -136,8 +136,3 @@ func bapIndex() { expires: time.Now().Add(cacheDuration), } } - -func bapPkgs(format string) {} -func bapQuery(format string) {} -func bapUserCount(format string) {} -func bapUsers(format string) {} |