volatiletech / sqlboiler

Generate a Go ORM tailored to your database schema.
BSD 3-Clause "New" or "Revised" License
6.73k stars 544 forks source link

Remove comments on non-go templates #324

Closed saulortega closed 6 years ago

saulortega commented 6 years ago

This lines:

// Code generated by SQLBoiler (https://github.com/volatiletech/sqlboiler). DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.

must be removed from non-go templates.

They are harmless in JS, but problematic in HTML, for example.

aarondl commented 6 years ago

Done.