...

Source file src/edge-infra.dev/hack/build/rules/d2/tools.go

Documentation: edge-infra.dev/hack/build/rules/d2

     1  //go:build tools
     2  // +build tools
     3  
     4  // This file exists to force 'go mod' to fetch tool dependencies.
     5  // See: https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
     6  
     7  package d2
     8  
     9  import (
    10  	_ "oss.terrastruct.com/d2"
    11  )
    12  

View as plain text