Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Replace TOML parser to support 4.0 syntax. #103

Merged
merged 1 commit into from
May 4, 2018
Merged

Replace TOML parser to support 4.0 syntax. #103

merged 1 commit into from
May 4, 2018

Conversation

calavera
Copy link
Contributor

Fixes #102

Signed-off-by: David Calavera david.calavera@gmail.com

@brycekahle
Copy link
Contributor

We should probably update netlify-commons too right?

@calavera
Copy link
Contributor Author

@brycekahle yeah, but that's independent from this change.

}
defer f.Close()

fi, err := f.Stat()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This .Stat is probably not needed anymore since you cannot os.Open on a directory.

@brycekahle
Copy link
Contributor

It looks like v0.3.0 of BurntSushi/toml supports TOML v0.4.0

@calavera calavera force-pushed the toml_parser branch 4 times, most recently from d203cb7 to 5dd04a6 Compare May 4, 2018 00:02
Signed-off-by: David Calavera <david.calavera@gmail.com>
@calavera calavera merged commit 3f34b49 into master May 4, 2018
@calavera calavera deleted the toml_parser branch May 4, 2018 00:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants