mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 04:55:33 +03:00
6 lines
229 B
Go
6 lines
229 B
Go
|
// Package tools and its main module are a nested internal module containing our
|
||
|
// development tool dependencies.
|
||
|
//
|
||
|
// See https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module.
|
||
|
package tools
|