6 lines
174 B
Go
6 lines
174 B
Go
|
// Copyright (C) 2024 Mya Pitzeruse
|
||
|
// SPDX-License-Identifier: MIT
|
||
|
|
||
|
// Package crud provides handlers that streamline database operations using generics in Go.
|
||
|
package crud
|