diff options
Diffstat (limited to 'lilin.go')
| -rw-r--r-- | lilin.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lilin.go b/lilin.go new file mode 100644 index 0000000..1fa04c1 --- /dev/null +++ b/lilin.go @@ -0,0 +1,9 @@ +// SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-only + +package lilin + +import "time" + +// defTimeout define default timeout for service and client connection. +const defTimeout = 5 * time.Second |
