mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-24 17:30:07 +00:00

* ⬆ Update to Go 1.17 * 🏗 Update workflows and add windows-arm64 * 💾 Update generated files * 📛 Update not-so-friendly filenames
7 lines
137 B
Go
7 lines
137 B
Go
//go:build !confonly
|
|
// +build !confonly
|
|
|
|
package dispatcher
|
|
|
|
//go:generate go run github.com/v2fly/v2ray-core/v4/common/errors/errorgen
|