Even more refactoring n shit

This commit is contained in:
y a t s
2026-06-06 18:55:14 -04:00
parent 15541fb0da
commit 1e9bd059f0
4 changed files with 8 additions and 14 deletions
+1
View File
@@ -55,6 +55,7 @@ func TestGetPost(t *testing.T) {
}
t.Logf("Post author: %+v\n", post.Author)
t.Logf("Post text: %s\n", post.TextContent())
}
func newTestKF() (*KF, error) {