resource.go 79 B

12345678
  1. package resource
  2. import (
  3. _ "embed"
  4. )
  5. //go:embed VERSION
  6. var Version string