adjust styling
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user