mirror of
https://github.com/absmach/magistrala.git
synced 2026-06-23 04:10:28 +00:00
7f4633a3d1
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
8 lines
267 B
Go
8 lines
267 B
Go
// Copyright (c) Abstract Machines
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package nullable contains nullable types used to handle
|
|
// scenarios where default values can't be used to indicate empty,
|
|
// and we want to avoid using pointers for that.
|
|
package nullable
|