move benchmark to a seperate diectory (#420)

Fixes #418
This commit is contained in:
Allen
2020-06-16 05:55:19 +08:00
committed by GitHub
parent 1dbe20e76c
commit 88263a05cc
8 changed files with 29 additions and 9 deletions
+11
View File
@@ -0,0 +1,11 @@
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 => ../