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
11 changes: 11 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- SPDX-License-Identifier: EUPL-1.2 -->

# go-ratelimit Agent Notes

This repository follows the core/go v0.9.0 consumer layout.

- The Go module lives under `go/`.
- Use core/go primitives from `dappco.re/go` instead of direct banned stdlib imports where wrappers exist.
- Keep public-symbol tests as `Test<File>_<Symbol>_{Good,Bad,Ugly}` in the matching `<file>_test.go`.
- Keep examples in the matching `<file>_example_test.go`.
- Do not edit `.core/`, `external/`, or `/Users/snider/Code/core/go`.
Loading
Loading