]> go.fuhry.dev Git - runtime.git/commit
[constants] use utils/subst library to generate constants
authorDan Fuhry <dan@fuhry.com>
Sat, 14 Mar 2026 23:26:44 +0000 (19:26 -0400)
committerDan Fuhry <dan@fuhry.com>
Sun, 15 Mar 2026 01:17:10 +0000 (21:17 -0400)
commitda3f19713b91614a11fa8b8bd49c603c241d0f12
tree1b6b7ecdbd606ffc8be808bb730cecef0326600e
parent34adbb4dad781821ad38b2a44a28e36508ca6b4d
[constants] use utils/subst library to generate constants
bazel/subst/BUILD.bazel [new file with mode: 0644]
bazel/subst/main.go [new file with mode: 0644]
constants/BUILD.bazel
constants/constants_in.go [deleted file]
constants/generate/BUILD.bazel [new file with mode: 0644]
constants/generate/main.go [new file with mode: 0644]
utils/subst/BUILD.bazel [new file with mode: 0644]
utils/subst/subst.go [new file with mode: 0644]