This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
byop
/
byop-engine
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
ec23f007bc
Gałęzie
Tagi
main
byop-engine
/
vendor
/
github.com
/
leodido
/
go-urn
/
kind.go
kind.go
83 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
package urn
type Kind int
const (
NONE Kind = iota
RFC2141
RFC7643
RFC8141
)