File: tools_test.go

package info (click to toggle)
golang-github-moul-http2curl 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 224 kB
  • sloc: makefile: 46
file content (7 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
5
6
7
// +build tools

package tools

import (
	_ "github.com/tailscale/depaware" // required by rules.mk
)