Give the module an importable path

The module was declared as `module game`, which is not a resolvable
import path: nothing outside this repository could depend on the
konstructor engine, whatever it was published as. It is now
git.teletypegames.org/engines/gorpg, matching where the repo lives.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-16 10:36:39 +02:00
co-authored by Claude Opus 5
parent 638fb415ec
commit 220e4b7016
20 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module game
module git.teletypegames.org/engines/gorpg
go 1.20