1 // +build tools 2 3 package tools 4 5 import ( 6 _ "github.com/tailscale/depaware" // required by rules.mk 7 ) 8
View as plain text