Revert accidentally removed import.

This commit is contained in:
Gordon Tyler 2018-11-04 07:16:39 -05:00
parent 5aefa32d7f
commit cb164fb587

View File

@ -8,6 +8,8 @@ import (
"bytes"
"io"
"net/http"
"gopkg.in/yaml.v2"
)
type yamlBinding struct{}