diff options
author | 2021-05-08 14:25:23 +0200 | |
---|---|---|
committer | 2021-05-08 14:25:23 +0200 | |
commit | ac9adb172b09882b12659a3e43a94d724eb65378 (patch) | |
tree | 0f97edf4377f406df321054d26e731ff5dcc6667 /internal/apimodule/app/test/app_test.go | |
parent | make boosts work woo (#12) (diff) | |
download | gotosocial-ac9adb172b09882b12659a3e43a94d724eb65378.tar.xz |
Revert "make boosts work woo (#12)" (#15)
This reverts commit 9616f46424363adbc124da52c6728ca047506403.
Diffstat (limited to 'internal/apimodule/app/test/app_test.go')
-rw-r--r-- | internal/apimodule/app/test/app_test.go | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/internal/apimodule/app/test/app_test.go b/internal/apimodule/app/test/app_test.go new file mode 100644 index 000000000..d45b04e74 --- /dev/null +++ b/internal/apimodule/app/test/app_test.go @@ -0,0 +1,21 @@ +/* + GoToSocial + Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +package app + +// TODO: write tests |