Skip to content

Commit

Permalink
fix: add toml/v2 in work file
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyXor committed Feb 13, 2024
1 parent 12ded83 commit c3551a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ use (
.
./tests
parsers/toml
parsers/toml/v2
)
1 change: 1 addition & 0 deletions parsers/toml/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package toml

import (
"bytes"
"github.com/pelletier/go-toml"
)

// TOML implements a TOML parser.
Expand Down

0 comments on commit c3551a7

Please sign in to comment.