From f36f8b799df0098477f6568cf1e432124719c0e0 Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Wed, 28 Jan 2026 20:15:59 -0700 Subject: [PATCH] overrides --- docs/main.go | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ docs/main.riv | 3 +++ main.go | 1 + 3 files changed, 59 insertions(+) create mode 100644 docs/main.go create mode 100644 docs/main.riv diff --git a/docs/main.go b/docs/main.go new file mode 100644 index 0000000..60bd90a --- /dev/null +++ b/docs/main.go @@ -0,0 +1,55 @@ + + + File Precedence + + + +

File Precedence

See, this file took precedence over the real main.go file in the repository.

+ + \ No newline at end of file diff --git a/docs/main.riv b/docs/main.riv new file mode 100644 index 0000000..23131ef --- /dev/null +++ b/docs/main.riv @@ -0,0 +1,3 @@ +FILE PRECEDENCE + +See, this file took precedence over the real `main.go` file in the repository. diff --git a/main.go b/main.go index e3439f8..48b2d09 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,5 @@ //go:generate go run git.brut.systems/judah/rivit2html@latest docs/index.riv +//go:generate go run git.brut.systems/judah/rivit2html@latest docs/main.riv docs/main.go package main import (