When running go get github.com/AllenDang/gform I get the following error messages:
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\app.go:16: cannot use 8 (type uint) as type uint32 in assignment
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\bitmap.go:22: cannot use dib.DsBmih.BiWidth (type int32) as type int in field value
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\bitmap.go:23: cannot use dib.DsBmih.BiHeight (type int32) as type int in field value
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:65: cannot use rc.Left (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:65: cannot use rc.Top (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:65: cannot use rc.Right (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:65: cannot use rc.Bottom (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:81: cannot use w32Rect.Left (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:81: cannot use w32Rect.Top (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:81: cannot use w32Rect.Right (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:81: too many errors
When running
go get github.com/AllenDang/gformI get the following error messages: