summaryrefslogtreecommitdiff
path: root/lib/containers/doc.go
blob: 1725e3106302d838782997431a129d6350f5b98a (plain)
1
2
3
4
5
6
7
// Copyright (C) 2023  Luke Shumaker <lukeshu@lukeshu.com>
//
// SPDX-License-Identifier: GPL-2.0-or-later

// Package containers implements generic (type-parameterized) datatype
// containers.
package containers