Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go v.1 - Update the Makefile to work with the current version of go #1

Open
flavius opened this issue Apr 13, 2012 · 1 comment
Open

Comments

@flavius
Copy link

flavius commented Apr 13, 2012

Update the Makefile to work with the current version of go

[flav@evolution shadergo]$ go run main.go 
go build _/tmp/shadergo/canvas: chdir /tmp/shadergo/canvas: no such file or directory
go build _/tmp/shadergo/file: chdir /tmp/shadergo/file: no such file or directory
go build _/tmp/shadergo/gyu3d: chdir /tmp/shadergo/gyu3d: no such file or directory
go build _/tmp/shadergo/shader: chdir /tmp/shadergo/shader: no such file or directory
@ylz-at
Copy link

ylz-at commented Dec 2, 2020

Please update to work with go v1.15.

  • file-> use os.File
  • color -> use color.Color
  • err -> use error
  • fix some interface changes such as CanvasImage.Bounds should be added to implement image.Image Interface
  • documentation such as readme and stuff
  • use current go package, support go.mod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants