13 lines
169 B
Go
13 lines
169 B
Go
package realy_lol
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed version
|
|
var Version string
|
|
|
|
var Description = "relay powered by the realy framework"
|
|
|
|
var URL = "https://realy.lol"
|