docs: add godoc and README files in English and Russian
This commit is contained in:
6
doc.go
Normal file
6
doc.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// Package extypes provides small generic collection types for Go:
|
||||
// Slice, Tuple, Set, HashMap, and a fixed-size concurrent Queue.
|
||||
//
|
||||
// The package is intentionally lightweight and stays close to the
|
||||
// semantics of the underlying Go built-in types.
|
||||
package extypes
|
||||
Reference in New Issue
Block a user