stripe-archive / safesql

Static analysis tool for Golang that protects against SQL injections
MIT License
564 stars 47 forks source link

Update usage of go tools ssa #2

Closed ryanlower closed 8 years ago

ryanlower commented 8 years ago

In particular, use (*Program).Build, renamed from BuildAll in golang/tools@afcda55b39c7af49a70f0b6bdb9c381a95205816

r? @zenazn

zenazn commented 8 years ago

Thanks! :+1: