Skip to content

Commit c55dd6c

Browse files
committed
testing
1 parent d2a436b commit c55dd6c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.idea/workspace.xml

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.go

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ func (a apps) findAllPost(ctx context.Context) ([]*post, error) {
6464
}
6565

6666
func (a apps) getPosts(w http.ResponseWriter, r *http.Request) {
67-
6867
posts, err := a.findAllPost(r.Context())
6968
if err != nil {
7069
JSON(w, http.StatusBadRequest, err)

0 commit comments

Comments
 (0)