adjust styling

This commit is contained in:
2022-02-28 22:08:20 -08:00
parent b44ac1afd0
commit bf0109812e
5 changed files with 110 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ Summary: Design work on blobs.
I finished writing out the basic blob database and structure types. The
blob was a structure like
```
```go
type Blob struct {
ID string
Header *Header
@@ -24,7 +24,7 @@ type Blob struct {
I decided to make it an `io.Reader` to make it better handle large files;
rather than load them entirely into memory, we can do a straight buffer.
```
```go
type Blob struct {
ID string
Header *Header
@@ -52,7 +52,7 @@ with this are adding artifacts and adding quick notes.
A quick note would be a node named something like
```
```text
quick =>
2022 =>
02 =>