BTBurke / twilio-voice

A Google Voice-like service you can run yourself with Twilio
MIT License
89 stars 8 forks source link

Generate bindata with go generate #2

Closed ivy closed 7 years ago

ivy commented 7 years ago

This pull request adds a //go:generate ... line to notify.go, making it convenient to regenerate bindata for the templates/ directory with the go generate subcommand.

BTBurke commented 7 years ago

Thanks!