dae/common/consts/app.go

11 lines
161 B
Go
Raw Permalink Normal View History

/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2024, daeuniverse Organization <dae@v2raya.org>
*/
package consts
var (
AppName = "dae"
)