Container runtime, LinuxKit builder, and dev environment management
Find a file
Snider b19cdd91a5 refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents
Replace all os.ReadFile/os.WriteFile/os.MkdirAll in production code with
coreio.Local equivalents (Read, Write, EnsureDir) from go-io. Replace all
fmt.Errorf and errors.New with coreerr.E() from go-log, adding structured
operation context to all error returns. Promote go-log from indirect to
direct dependency in go.mod.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 19:17:34 +00:00
cmd/vm refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
devenv refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
docs refactor: update import path from go-config to core/config 2026-03-14 10:24:13 +00:00
kb refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
sources refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
specs refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
templates feat: extract container/, devops/, sources/ from go-devops 2026-03-09 11:42:51 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:49 +00:00
CLAUDE.md refactor: update import path from go-config to core/config 2026-03-14 10:24:13 +00:00
CONSUMERS.md refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
container.go feat: extract container/, devops/, sources/ from go-devops 2026-03-09 11:42:51 +00:00
CONTEXT.md refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
GEMINI.md refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
go.mod refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
go.sum chore: sync go.mod dependencies 2026-03-15 15:37:11 +00:00
hypervisor.go refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
hypervisor_test.go feat: extract container/, devops/, sources/ from go-devops 2026-03-09 11:42:51 +00:00
LICENSE Initial commit 2026-03-09 11:40:45 +00:00
linuxkit.go refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
linuxkit_test.go feat: extract container/, devops/, sources/ from go-devops 2026-03-09 11:42:51 +00:00
PROMPT.md refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
README.md Initial commit 2026-03-09 11:40:45 +00:00
RECENT.md refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
state.go feat: extract container/, devops/, sources/ from go-devops 2026-03-09 11:42:51 +00:00
state_test.go feat: extract container/, devops/, sources/ from go-devops 2026-03-09 11:42:51 +00:00
templates.go refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
templates_test.go feat: extract container/, devops/, sources/ from go-devops 2026-03-09 11:42:51 +00:00
TODO.md refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00

go-container

Container runtime, LinuxKit builder, and dev environment management