Remove timestamp from generated files.

This commit is contained in:
go-jet 2020-03-03 17:16:42 +01:00
parent 4c6caa403e
commit e626384d0b

View file

@ -3,7 +3,6 @@ package template
var autoGenWarningTemplate = ` var autoGenWarningTemplate = `
// //
// Code generated by go-jet DO NOT EDIT. // Code generated by go-jet DO NOT EDIT.
// Generated at {{now}}
// //
// WARNING: Changes to this file may cause incorrect behavior // WARNING: Changes to this file may cause incorrect behavior
// and will be lost if the code is regenerated // and will be lost if the code is regenerated