mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
mv builder to xray
This commit is contained in:
9
common/format/user.go
Normal file
9
common/format/user.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package format
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func UserTag(tag string, uuid string) string {
|
||||
return fmt.Sprintf("%s|%s", tag, uuid)
|
||||
}
|
||||
Reference in New Issue
Block a user