Alex Flint
Alex Flint
Hmm this works for me. Are you running the latest from master? This might be a race condition that only surfaces on Sierra.
1. What happens if you just create an `example.go` without any references to gallium - does that build and run? 2. What happens if you log a message at the...
check the size of the file in your comment. If it is small (
@ernesto-jimenez thanks for starting this conversation! Sorry for coming so late, I've been knee deep in the chromium codebase :) > Restricting what domains/URLs libchromiumcontent has access to. I agree...
Did you install `git-lfs` before running `go get`?
Seems like this is a result of a security-related patch in go 1.10 that whitelisted specific cgo comple/link flags: https://github.com/golang/go/issues/23749
Probably something at the window controller level. I will take a look.
Hmm, looks like I only ever tested this building under clang.
Great resources, thanks @joeblew99. We should definitely provide a good bundling option. It seems like there are three possible build artifacts that we might want to output: .app, .pkg, and...
Also, pkgbuild will build a .pkg, but do you know whether that pkg will eventually install the executable go binary directly on the user's computer, or will it ultimately install...