github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/builder/dockerfile/instructions/errors_unix.go (about)

     1  // +build !windows
     2  
     3  package instructions // import "github.com/docker/docker/builder/dockerfile/instructions"
     4  
     5  import "fmt"
     6  
     7  func errNotJSON(command, _ string) error {
     8  	return fmt.Errorf("%s requires the arguments to be in JSON form", command)
     9  }