88263a05cc
Fixes #418
12 lines
210 B
Modula-2
12 lines
210 B
Modula-2
module github.com/pelletier/go-toml/benchmark
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/pelletier/go-toml v0.0.0
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|
|
|
|
replace github.com/pelletier/go-toml => ../
|