Add core packages, configuration system, and initial application structure
This commit is contained in:
1
pkg/version/version
Normal file
1
pkg/version/version
Normal file
@@ -0,0 +1 @@
|
||||
v0.0.1
|
||||
12
pkg/version/version.go
Normal file
12
pkg/version/version.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package version
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed version
|
||||
var V string
|
||||
|
||||
var Description = "relay powered by the orly framework https://next.orly.dev"
|
||||
|
||||
var URL = "https://nextorly.dev"
|
||||
Reference in New Issue
Block a user