Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "external/go"]
path = external/go
url = https://github.com/dappcore/go.git
branch = dev
9 changes: 9 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Agent Notes

This repository follows the `dappco.re/go` v0.9.0 audit contract.

- Keep Go source under `go/`.
- Use `dappco.re/go` primitives for assertions, buffers, strings, filesystem,
process, and formatted errors.
- Do not edit `.core/` runtime configuration.
- Do not edit `external/` dependency source.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# go-log

Structured logging and error helpers for the `dappco.re/go` ecosystem.

The Go module lives in `go/`. From this repository root, run the v0.9.0 audit
with:

```sh
bash /Users/snider/Code/core/go/tests/cli/v090-upgrade/audit.sh .
```
Loading
Loading