mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-14 08:02:17 +00:00
11 lines
144 B
Go
11 lines
144 B
Go
package _resources
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed fonts/Roboto.ttf
|
|
var FontRoboto []byte
|
|
|
|
var BuildHash string
|
|
var BuildPipelineLink string
|