package
Version:
v0.16.3
Opens a new window with list of versions in this module.
Published: Feb 22, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package sets implements a string set with some set operations
type Set struct {
Data map[string]struct{} `json:"data"`
}
func UnmarshalSet(data []byte) *Set
Source Files
¶
Click to show internal directories.
Click to hide internal directories.