go-clang / gen

Generate Go bindings for Clang's C API
https://pkg.go.dev/github.com/go-clang/gen
BSD 3-Clause "New" or "Revised" License
44 stars 5 forks source link

module: init Go module support #149

Closed zchee closed 4 years ago

zchee commented 4 years ago

init Go module support.

zchee commented 4 years ago

cc: @zimmski @sbinet

sbinet commented 4 years ago

could you please rebase on the latest master (that includes your latest Go-version bump on travis) ? this should fix the travis failure.

thanks again.

zchee commented 4 years ago

@sbinet yes, I thought it. will do.

zchee commented 4 years ago

@sbinet PTAL.

zchee commented 4 years ago

@sbinet ah, CI failed because maybe I'm already a go-clang org member but this branch is my forked repo. I'll re-create the pull request.

zchee commented 4 years ago

CI is passed. merge.