Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tauraamui authored Jul 8, 2023
1 parent 23546bd commit 05e93df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ type Balloon struct {
}

func (b Balloon) TableName() string { return "balloons" }
func (b *Balloon) SetID(id uint32) { b.ID = id }
func (b *Balloon) Ref() any { return b }

func main() {
db, err := kvs.NewMemKVDB()
Expand Down

0 comments on commit 05e93df

Please sign in to comment.