# I wrote Antigen in Go: Antibody

DevFeed: [I wrote Antigen in Go: Antibody](<https://devfeed.tech/articles/i-wrote-antigen-in-go-antibody-37733.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/go-antibody/>)

Author: Carlos Alexandro Becker

Published: 2015-06-06T00:00:00Z

Content type: opinion

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [Go Language](<https://devfeed.tech/topics/go-language.md>), [Haskell](<https://devfeed.tech/topics/haskell.md>), [Erlang](<https://devfeed.tech/topics/erlang.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [concurrently](<https://devfeed.tech/tags/concurrently.md>), [erlang](<https://devfeed.tech/tags/erlang.md>), [execution](<https://devfeed.tech/tags/execution.md>), [go](<https://devfeed.tech/tags/go.md>), [language](<https://devfeed.tech/tags/language.md>), [learning](<https://devfeed.tech/tags/learning.md>), [post](<https://devfeed.tech/tags/post.md>), [thoughts](<https://devfeed.tech/tags/thoughts.md>), [variables](<https://devfeed.tech/tags/variables.md>)

## AI overview

A personal account of learning Go while building Antibody, a reimplementation of Antigen. The article discusses Go's syntax, built-in formatting and error checks, and its concurrency features for processing plugin bundles.

## Source excerpt

Learning Go was in my TODO list for a while, and finally I did something about it. This post contains some thoughts about it...