17
17
18
18
=> CONCLUSION: Don't use badges. Instead, pay attention to Action result status.
19
19
-->
20
- <!--  -->
20
+ <!--  -->
21
21
22
22
## What ** GoAT** Can Do For You
23
23
@@ -58,7 +58,7 @@ with rows above and below.
58
58
59
59
## Installation
60
60
```
61
- $ go install github.com/blampe /goat/cmd/goat@latest
61
+ $ go install github.com/dmullis /goat/cmd/goat@latest
62
62
```
63
63
<!-- https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections#creating-a-collapsed-section -->
64
64
@@ -176,14 +176,39 @@ Note that '·' above is not ASCII, but rather Unicode, the MIDDLE DOT character,
176
176
177
177
### Small Grids
178
178
```
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 |
187
212
188
213
```
189
214
![ ] ( //examples/small-grids.svg )
@@ -244,12 +269,12 @@ The core engine of ```goat``` is accessible as a Go library package, for inclusi
244
269
code of your own.
245
270
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/ ) .
246
271
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 ) .
248
273
249
274
### Installation
250
275
251
276
```
252
- $ go get -u github.com/blampe /goat/
277
+ $ go get -u github.com/dmullis /goat/
253
278
```
254
279
### Library Data Flow
255
280
![ ] ( //goat.svg )
@@ -261,13 +286,13 @@ source file [./goat.go](./goat.go).
261
286
262
287
<!--
263
288
XX XX May need a Github Action to do this substitution at "push" time.
264
- [](https://pkg.go.dev/github.com/blampe /goat)
289
+ [](https://pkg.go.dev/github.com/dmullis /goat)
265
290
-->
266
291
267
292
<!--
268
293
The scraping of GitHub by godocs.io (see https://sr.ht) does NOT include README.md;
269
294
whereas Google's pkg.go.dev does do so, and apparently runs its own variant of GFM processing :-/
270
- [](https://godocs.io/github.com/blampe /goat)
295
+ [](https://godocs.io/github.com/dmullis /goat)
271
296
-->
272
297
273
298
### Project Tenets
0 commit comments