github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/tools.go (about)

     1  // Copyright (c) 2022, R.I. Pienaar and the Choria Project contributors
     2  //
     3  // SPDX-License-Identifier: Apache-2.0
     4  
     5  //go:build tools
     6  
     7  package main
     8  
     9  import (
    10  	_ "github.com/fatih/structtag"
    11  )
    12  
    13  // this file is here to make things like go generate and ginkgo install
    14  // happy, it has dependencies imported that it does not use and the build
    15  // constraint ensures it's excluded during normal builds.
    16  //
    17  // see https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module