//go:build full // +build full package service func init() { addBuildTag("full") }