decred.org/dcrdex@v1.0.5/client/cmd/bisonw/gen.go (about)

     1  // This code is available on the terms of the project LICENSE.md file,
     2  // also available online at https://blueoakcouncil.org/license/1.0.0.
     3  
     4  //go:generate go run github.com/tc-hib/go-winres@v0.3.0 make --in winres.json --arch "386,amd64"
     5  
     6  package main
     7  
     8  // After generating the rsrc_windows_amd64.syso file, it will be included in the
     9  // binary when making an amd64 build for windows:
    10  //
    11  //  GOOS=windows GOARCH=amd64 go build -v