adelowo / blogapi

Code sample for my blog post on testing handlers in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blogapi

Build Status

This repo contains the source code for my blog post on testing HTTP Handlers in Go. Everything is stored in memory.

Features

  • Posts can be created.
  • Posts can be deleted.
  • A single post can be viewed.
  • All posts can be viewed.

License

MIT

About

Code sample for my blog post on testing handlers in Go

License:MIT License


Languages

Language:Go 100.0%