From 5a18c85bdc99035f163d891d538bf6dd87553a2d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 20 Feb 2026 20:23:56 +0800 Subject: oid: Add ObjectID The tests are not rreeeaallly necessary but I guess if I somehow mess things up here, that'd pick it up earlier than debugging other things. --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 00000000..390ca978 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module codeberg.org/lindenii/furgit + +go 1.26.0 -- cgit v1.3.1-10-gc9f91