mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-05 04:29:19 +02:00
5 lines
143 B
Go
5 lines
143 B
Go
|
// Package dns is an implementation of core.DNS feature.
|
||
|
package dns
|
||
|
|
||
|
//go:generate go run github.com/xtls/xray-core/v1/common/errors/errorgen
|