SSHSecure/sharedconsts/const.go

14 lines
250 B
Go

package sharedconsts
import (
"fmt"
)
// "Meta". Used for comment strings, etc.
const (
projName = "SSHSecure"
projUrl = "https://git.square-r00t.net/SSHSecure"
)
var IDCmnt = string(fmt.Sprintf("Autogenerated by %v (%v)", projName, projUrl))