]> git.earlybird.gay Git - today/commit
Update readme, move examples to cmd/run-mast-examples
authorearly <me@earlybird.gay>
Sun, 28 Jul 2024 05:47:42 +0000 (23:47 -0600)
committerearly <me@earlybird.gay>
Sun, 28 Jul 2024 05:47:42 +0000 (23:47 -0600)
commit9bef28bfe9c6e01222351acc7adf2c2f478672f7
treed996114edccddc68f076e3f1c5f5803857322e5d
parentecf2d50df23f00f5ba1dcfb50c5f6cf7d4774136
Update readme, move examples to cmd/run-mast-examples
38 files changed:
README.md
about/main.go [deleted file]
cmd/run-mast-examples/ex01-pages/example.go [new file with mode: 0644]
cmd/run-mast-examples/ex01-pages/page.html [new file with mode: 0644]
cmd/run-mast-examples/ex02-parts/example.go [new file with mode: 0644]
cmd/run-mast-examples/ex02-parts/page.html [new file with mode: 0644]
cmd/run-mast-examples/ex02-parts/section.html [new file with mode: 0644]
cmd/run-mast-examples/ex03-slots/example.go [new file with mode: 0644]
cmd/run-mast-examples/ex03-slots/page.html [new file with mode: 0644]
cmd/run-mast-examples/ex03-slots/section.html [new file with mode: 0644]
cmd/run-mast-examples/ex04-templates/example.go [new file with mode: 0644]
cmd/run-mast-examples/ex04-templates/page.html [new file with mode: 0644]
cmd/run-mast-examples/ex06-data/example.go [new file with mode: 0644]
cmd/run-mast-examples/ex06-data/message-printer.html [new file with mode: 0644]
cmd/run-mast-examples/ex06-data/page.html [new file with mode: 0644]
cmd/run-mast-examples/index.html [new file with mode: 0644]
cmd/run-mast-examples/main.go [new file with mode: 0644]
cmd/run-mast-examples/parts/example-nav.html [new file with mode: 0644]
cmd/run-mast-examples/parts/parts.go [new file with mode: 0644]
examples/ex01-pages/example.go [deleted file]
examples/ex01-pages/page.html [deleted file]
examples/ex02-parts/example.go [deleted file]
examples/ex02-parts/page.html [deleted file]
examples/ex02-parts/section.html [deleted file]
examples/ex03-slots/example.go [deleted file]
examples/ex03-slots/page.html [deleted file]
examples/ex03-slots/section.html [deleted file]
examples/ex04-templates/example.go [deleted file]
examples/ex04-templates/page.html [deleted file]
examples/ex06-data/example.go [deleted file]
examples/ex06-data/message-printer.html [deleted file]
examples/ex06-data/page.html [deleted file]
examples/go.mod [deleted file]
examples/go.sum [deleted file]
examples/index.html [deleted file]
examples/main.go [deleted file]
examples/parts/example-nav.html [deleted file]
examples/parts/parts.go [deleted file]