So there\'s a bunch of stuff on the group that suggests you can do this in go (although not on the cgo documentation):
package bridge import \"fmt\" // #cg
Try:
// #cgo LDFLAGS: -l/Users/doug/projects/c/go-bridge/build/libgb.a
You missed the -l in the LDFLAGS directive.
-l