This website works better with JavaScript
Home
Explore
Help
Sign In
wytfy
/
v2ray-core
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
account
v2ray
9 years ago
parent
ef200c3c5e
commit
73e84b1e06
1 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
4
0
common/protocol/account.go
+ 4
- 0
common/protocol/account.go
View File
@@ -0,0 +1,4 @@
+package protocol
+
+type Account interface {
+}