// +build appenginepackagepbimport"errors"// terminalWidth returns width of the terminal, which is not supported// and should always failed on appengine classic which is a sandboxed PaaS.functerminalWidth()(int,error){return0,errors.New("Not supported")}