fix(ax): remove remaining prose comments

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Virgil 2026-03-31 05:59:22 +00:00
parent 2b7159da7f
commit e7d65b8bb5
2 changed files with 3 additions and 5 deletions

View file

@ -8,7 +8,7 @@ import (
)
// projectType := setup.Detect("/srv/repos/agent")
// if projectType == setup.TypeGo { /* generate Go defaults */ }
// if projectType == setup.TypeGo { setup.GenerateBuildConfig("/srv/repos/agent", setup.TypeGo) }
type ProjectType string
const (

View file

@ -2,8 +2,6 @@
package agent
// Version is injected at build time via ldflags.
//
// go build -ldflags "-X 'dappco.re/go/agent.Version=0.15.0'" ./cmd/core-agent/
// core.Println(Version) // "0.15.0"
var Version string