> ## Content Index
> Fetch the complete content index at: https://www.process-one.net/llms.txt
> Use this file to discover other available public pages before exploring further.

# CodeCraft #1: Writing tests in Go with HTTPMock
- URL: https://www.process-one.net/blog/writing-tests-in-go-with-httpmock/
- Published: 2019-03-06T23:00:00.000Z
- Updated: 2024-10-10T15:22:49.000Z
- Author: Mickaël Rémond

In this new series of videos on programming languages, I explain how to record and write HTTP tests in Go, thanks to HTTPMock library.

The [HTTPMock library](https://github.com/processone/httpmock?ref=process-one.net) is available on Github. The example code from this video is [also available on Github](https://github.com/processone/CodeCraft/tree/master/cc%231?ref=process-one.net).

If you have any questions regarding HTTPMock or suggestions of topics for the next CodeCraft videos, please let us know in the comments below.