mirror of
https://github.com/ayflying/p2p.git
synced 2026-03-04 17:29:22 +00:00
7 lines
57 B
Go
7 lines
57 B
Go
package consts
|
|
|
|
const (
|
|
// 应用名称
|
|
Name = "P2P"
|
|
)
|