Skip to content

Instantly share code, notes, and snippets.

@medcl
Created May 7, 2014 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save medcl/b38c6107bafdaf0382fb to your computer and use it in GitHub Desktop.
Save medcl/b38c6107bafdaf0382fb to your computer and use it in GitHub Desktop.
ERRORS:# command-line-arguments
./executor-5577006791947779410.go:21: cannot use config (type "_/Volumes/Document/github/go/graphite-ng/config".Main) as type "github.com/graphite-ng/graphite-ng/config".Main in function argument
./executor-5577006791947779410.go:30: cannot use ReadMetric("test.metric2") (type "github.com/graphite-ng/graphite-ng/chains".ChainEl) as type "_/Volumes/Document/github/go/graphite-ng/chains".ChainEl in assignment
./executor-5577006791947779410.go:34: cannot use dep_el (type "_/Volumes/Document/github/go/graphite-ng/chains".ChainEl) as type "github.com/graphite-ng/graphite-ng/chains".ChainEl in function argument
./executor-5577006791947779410.go:40: cannot use functions.ProcessDerivative(ReadMetric("test.metric1")) (type "github.com/graphite-ng/graphite-ng/chains".ChainEl) as type "_/Volumes/Document/github/go/graphite-ng/chains".ChainEl in assignment
./executor-5577006791947779410.go:44: cannot use dep_el (type "_/Volumes/Document/github/go/graphite-ng/chains".ChainEl) as type "github.com/graphite-ng/graphite-ng/chains".ChainEl in function argument
exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment