package
0.0.0-20231112123523-ec719f02a539
Repository: https://github.com/debpaine/go-crud.git
Documentation: pkg.go.dev
# Functions
Create a post using data from request body.
Delete post using id from url param.
Get single post by using the post id from url param.
Get all posts.
Get post using post id from the url param, and update the post with data from request body.