dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 5efd600a7378b4bb15e17d9560d686af6278d15f
parent 0f5c85450f3db36366595b79d6b541fb099cd9e7
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 21 Dec 2023 10:30:43 -0500

cleanup

Diffstat:
Mpkg/config/config.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/pkg/config/config.go b/pkg/config/config.go @@ -163,7 +163,6 @@ var ConnMap = NewConnManager() // GlobalConf ... type GlobalConf struct { - sync.RWMutex AppVersion rwmtx.RWMtx[*version.Version] ProjectPath rwmtx.RWMtx[string] // project path ProjectLocalsPath rwmtx.RWMtx[string] // directory where we keep custom translation files