This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
wytfy
/
v2ray-core
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
account
v2ray
il y a 9 ans
Parent
ef200c3c5e
commit
73e84b1e06
1 fichiers modifiés
avec
4 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
4
0
common/protocol/account.go
+ 4
- 0
common/protocol/account.go
Voir le fichier
@@ -0,0 +1,4 @@
+package protocol
+
+type Account interface {
+}