Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
jreisinger committed Sep 19, 2023
1 parent d7ef84a commit 3445609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kv/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// values to bytes. It creates binary format as opposed to text format like
// JSON. Adapted from: https://github.com/bitfield/tpg-tools2/tree/main/kv
//
// Level: Intermediate
// Level: intermediate
// Topics: encoding/gob, marshaling, tpg-tools
package kv

Expand Down
2 changes: 1 addition & 1 deletion write/write.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Package write shows how to write programs manipulating files with test-first
// approach (TDD). Adapted from: https://bitfieldconsulting.com/books/tools
//
// Level: Intermediate
// Level: intermediate
// Topics: TDD, files, go-cmp, tpg-tools
package write

Expand Down

0 comments on commit 3445609

Please sign in to comment.