Skip to content

Commit 6deab12

Browse files
dmullisdmullis
authored andcommitted
Update generated SVG and Markdown files, for GitHub
1 parent d30858a commit 6deab12

File tree

4 files changed

+423
-253
lines changed

4 files changed

+423
-253
lines changed

README.md

Lines changed: 39 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
=> CONCLUSION: Don't use badges. Instead, pay attention to Action result status.
1919
-->
20-
<!-- ![](https://github.com/blampe/goat/actions/workflows/test.yml/badge.svg) -->
20+
<!-- ![](https://github.com/dmullis/goat/actions/workflows/test.yml/badge.svg) -->
2121

2222
## What **GoAT** Can Do For You
2323

@@ -58,7 +58,7 @@ with rows above and below.
5858

5959
## Installation
6060
```
61-
$ go install github.com/blampe/goat/cmd/goat@latest
61+
$ go install github.com/dmullis/goat/cmd/goat@latest
6262
```
6363
<!-- https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections#creating-a-collapsed-section -->
6464

@@ -176,14 +176,39 @@ Note that '·' above is not ASCII, but rather Unicode, the MIDDLE DOT character,
176176

177177
### Small Grids
178178
```
179-
___ ___ .---+---+---+---+---. .---+---+---+---. .---. .---. .---. .---. .-. .-. 0
180-
___/ \___/ \ | | | | | | / \ / \ / \ / \ / | +---+ | | A | | B | | A | | B | 1
181-
/ \___/ \___/ +---+---+---+---+---+ +---+---+---+---+ +---+ +---+ '---' '---' '-' '-' 2
182-
\___/ b \___/ \ | | | b | | | \ / \a/ \b/ \ / \ | +---+ | .---. .---. .-. .-. 3
183-
/ a \___/ \___/ +---+---+---+---+---+ +---+---+---+---+ +---+ b +---+ | C | | D | | C | | D | 4
184-
\___/ \___/ \ | | a | | | | / \ / \ / \ / \ / | a +---+ | '---' '---' '-' '-' 5
185-
\___/ \___/ '---+---+---+---+---' '---+---+---+---' '---' '---' 0123456789012345678901234 6
186-
179+
___ ___ .---+---+---+---+---. .---+---+---+---.
180+
___/ \___/ \ | | | | | | / \ / \ / \ / \ /
181+
/ \___/ \___/ +---+---+---+---+---+ +---+---+---+---+
182+
\___/ b \___/ \ | | | b | | | \ / \a/ \b/ \ / \
183+
/ a \___/ \___/ +---+---+---+---+---+ +---+---+---+---+
184+
\___/ \___/ \ | | a | | | | / \ / \ / \ / \ /
185+
\___/ \___/ '---+---+---+---+---' '---+---+---+---'
186+
187+
.---. .---. +--+ +-+ +-+ .-. .--. .-. +-+ +--+ .-. .--.
188+
| | | | | | | | | | | | | | | | | | | | | | | |
189+
+---+ +---+ +--+ +-+ | | | | | | | | +-+ +--+ '-' '--'
190+
| +---+ | | | | | | | | | | | | |
191+
+---+ b +---+ +--+ +-+ | | | | | | | |
192+
| a +---+ | | | | | | | | | | | | |
193+
'---' '---' +--+ +-+ +-+ '-' '--' '-'
194+
195+
+---+ .---. .---.
196+
| B | | E | | F |
197+
+---+ '---' '---'
198+
.---. +---+ .---.
199+
| D | | G | | H |
200+
'---' +---+ '---'
201+
0123456789012345678901232
202+
203+
Not Supported:
204+
.---+---+---.
205+
+---+ .-. .-. 0 | | a | | b |
206+
| A | | A | | B | 1 +++ +--++-+-++--+
207+
+---+ '-' '-' 2 | | | | | | |
208+
+---+ .-. .-. 3 +-+ +--++-+-++--+
209+
| C | | C | | D | 4 | | | | | |
210+
+---+ '-' '-' 5 +++ '---+---+---'
211+
0123434567890123456 |
187212
188213
```
189214
![](//examples/small-grids.svg)
@@ -244,12 +269,12 @@ The core engine of ```goat``` is accessible as a Go library package, for inclusi
244269
code of your own.
245270
The code implements a subset, and some extensions, of the ASCII diagram generation function of the browser-side Javascript in [Markdeep](http://casual-effects.com/markdeep/).
246271

247-
A nicely formatted reference may be found at [pkg.go.dev](https://pkg.go.dev/github.com/blampe/goat).
272+
A nicely formatted reference may be found at [pkg.go.dev](https://pkg.go.dev/github.com/dmullis/goat).
248273

249274
### Installation
250275

251276
```
252-
$ go get -u github.com/blampe/goat/
277+
$ go get -u github.com/dmullis/goat/
253278
```
254279
### Library Data Flow
255280
![](//goat.svg)
@@ -261,13 +286,13 @@ source file [./goat.go](./goat.go).
261286

262287
<!--
263288
XX XX May need a Github Action to do this substitution at "push" time.
264-
[![resource non-responsive](https://pkg.go.dev/badge/github.com/blampe/goat)](https://pkg.go.dev/github.com/blampe/goat)
289+
[![resource non-responsive](https://pkg.go.dev/badge/github.com/dmullis/goat)](https://pkg.go.dev/github.com/dmullis/goat)
265290
-->
266291

267292
<!--
268293
The scraping of GitHub by godocs.io (see https://sr.ht) does NOT include README.md;
269294
whereas Google's pkg.go.dev does do so, and apparently runs its own variant of GFM processing :-/
270-
[![resource non-responsive](https://godocs.io/github.com/blampe/goat?status.svg)](https://godocs.io/github.com/blampe/goat)
295+
[![resource non-responsive](https://godocs.io/github.com/dmullis/goat?status.svg)](https://godocs.io/github.com/dmullis/goat)
271296
-->
272297

273298
### Project Tenets

examples/complicated.svg

Lines changed: 0 additions & 1 deletion
Loading

examples/regression.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)