mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 02:18:28 -07:00
9 lines
98 B
Go
9 lines
98 B
Go
|
// +build tools
|
||
|
|
||
|
package tools
|
||
|
|
||
|
import (
|
||
|
// Import packr
|
||
|
_ "github.com/gobuffalo/packr/packr"
|
||
|
)
|