Category "go-build"

How to ignore a .go file in a module?

I am rewriting in Go a home-grade program of mine that was previously in Python, learning on the way. As I reconsider whole sections of the code, it would be gr

Build excluding test modules

My project has the following structure: ├── api │   ├── api.go │   ├── api

Golang conditional compilation

I've got a trouble with conditional compilation in Go 1. Here is my test code. Is there anything I misunderstand about the "// +build" constraint and the "-tag