github.com/shishir-a412ed/docker@v1.3.2-0.20180103180333-fda904911d87/builder/dockerfile/instructions/errors_unix.go (about)

     1  // +build !windows
     2  
     3  package 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  }