diff options
| author | James O'Doherty <james@theodohertyfamily.com> | 2026-05-22 09:21:07 -0400 |
|---|---|---|
| committer | James O'Doherty <james@theodohertyfamily.com> | 2026-05-22 09:21:07 -0400 |
| commit | 4c01c88143635cf8b154c936fb0ac6546a509a85 (patch) | |
| tree | 8d5099874f52c5f311905992b4b05a45666207b4 /internal/namespace/namespace_stub.go | |
| parent | 96d75d9f1fab87365d7e6b5070eed3a5757c3484 (diff) | |
Implement platform compatibility stubs and update AGENTS.md
Diffstat (limited to 'internal/namespace/namespace_stub.go')
| -rw-r--r-- | internal/namespace/namespace_stub.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/namespace/namespace_stub.go b/internal/namespace/namespace_stub.go new file mode 100644 index 0000000..352ec13 --- /dev/null +++ b/internal/namespace/namespace_stub.go @@ -0,0 +1,5 @@ +//go:build !linux + +package namespace + +// The namespace package provides stubs for non-Linux platforms. |
