hcl/hclwrite
Martin Atkins a44a287724 hclwrite: Make File and Tokens implement io.WriterTo
There isn't any strong reason for this -- they don't implement io.Reader
and so can't be used in places where a Reader+WriterTo is expected, like
io.Copy -- but go lint thinks that anything called WriteTo with an
io.Writer argument is an attempt to implement WriterTo and so this just
shuts up the linter.
2018-11-03 20:19:56 +00:00
..
2018-11-03 09:21:43 -07:00
2018-07-14 15:05:37 -07:00
2018-07-14 15:05:37 -07:00
2018-08-09 08:44:48 -07:00