]> git.earlybird.gay Git - today/commit
Change name
authorearly <me@earlybird.gay>
Tue, 30 Jul 2024 16:31:42 +0000 (10:31 -0600)
committerearly <me@earlybird.gay>
Tue, 30 Jul 2024 16:31:42 +0000 (10:31 -0600)
commitb8c71284332636c15941789d1cc19538ff9b8c56
tree0527bc4e986f769d45a442fedb38cb081f0e8682
parentdfe594c53ddfef5e2053277058e1c23d22d21400
Change name
51 files changed:
README.md
cmd/run-mast-examples/ex01-pages/example.go [deleted file]
cmd/run-mast-examples/ex01-pages/page.html [deleted file]
cmd/run-mast-examples/ex02-parts/example.go [deleted file]
cmd/run-mast-examples/ex02-parts/page.html [deleted file]
cmd/run-mast-examples/ex02-parts/section.html [deleted file]
cmd/run-mast-examples/ex03-slots/example.go [deleted file]
cmd/run-mast-examples/ex03-slots/page.html [deleted file]
cmd/run-mast-examples/ex03-slots/section.html [deleted file]
cmd/run-mast-examples/ex04-templates/example.go [deleted file]
cmd/run-mast-examples/ex04-templates/page.html [deleted file]
cmd/run-mast-examples/ex06-data/example.go [deleted file]
cmd/run-mast-examples/ex06-data/message-printer.html [deleted file]
cmd/run-mast-examples/ex06-data/page.html [deleted file]
cmd/run-mast-examples/ex07-components/counter.html [deleted file]
cmd/run-mast-examples/ex07-components/example.go [deleted file]
cmd/run-mast-examples/ex07-components/page.html [deleted file]
cmd/run-mast-examples/index.html [deleted file]
cmd/run-mast-examples/main.go [deleted file]
cmd/run-mast-examples/parts/example-nav.html [deleted file]
cmd/run-mast-examples/parts/parts.go [deleted file]
cmd/run-today-examples/ex01-pages/example.go [new file with mode: 0644]
cmd/run-today-examples/ex01-pages/page.html [new file with mode: 0644]
cmd/run-today-examples/ex02-parts/example.go [new file with mode: 0644]
cmd/run-today-examples/ex02-parts/page.html [new file with mode: 0644]
cmd/run-today-examples/ex02-parts/section.html [new file with mode: 0644]
cmd/run-today-examples/ex03-slots/example.go [new file with mode: 0644]
cmd/run-today-examples/ex03-slots/page.html [new file with mode: 0644]
cmd/run-today-examples/ex03-slots/section.html [new file with mode: 0644]
cmd/run-today-examples/ex04-templates/example.go [new file with mode: 0644]
cmd/run-today-examples/ex04-templates/page.html [new file with mode: 0644]
cmd/run-today-examples/ex06-data/example.go [new file with mode: 0644]
cmd/run-today-examples/ex06-data/message-printer.html [new file with mode: 0644]
cmd/run-today-examples/ex06-data/page.html [new file with mode: 0644]
cmd/run-today-examples/ex07-components/counter.html [new file with mode: 0644]
cmd/run-today-examples/ex07-components/example.go [new file with mode: 0644]
cmd/run-today-examples/ex07-components/page.html [new file with mode: 0644]
cmd/run-today-examples/index.html [new file with mode: 0644]
cmd/run-today-examples/main.go [new file with mode: 0644]
cmd/run-today-examples/parts/example-nav.html [new file with mode: 0644]
cmd/run-today-examples/parts/parts.go [new file with mode: 0644]
cmd/run-today-examples/public/style.css [new file with mode: 0644]
component/component.go
go.mod
include/callstack.go
internal/compile/compile.go
internal/compile/component.go
internal/compile/compute.go
internal/compile/template.go
page/page.go
part/part.go