diff --git a/doc/httpmock_tutorial.adoc b/doc/httpmock_tutorial.adoc index 6ac106a..be1261d 100644 --- a/doc/httpmock_tutorial.adoc +++ b/doc/httpmock_tutorial.adoc @@ -2,6 +2,8 @@ Erik Winter 2020-07-04 :kind: tutorial +:public: yes +:language: en :tags: golang, tdd, http, rest In general, when one wants to test the interaction of multiple services and systems, one tries to set up an integration test. This often involves spinning up some Docker containers and a docker-compose file that orchestrates the dependencies between them and starts the integration test suite. In other words, this can be a lot of work. diff --git a/doc/logging-in-golang.adoc b/doc/logging-in-golang.adoc index 5de2b99..52d2901 100644 --- a/doc/logging-in-golang.adoc +++ b/doc/logging-in-golang.adoc @@ -2,6 +2,7 @@ Erik Winter 2021-04-08 :kind: tutorial +:public: yes :language: en :tags: golang