diff --git a/core/tools/mongoctl/template/counter.go b/core/tools/mongoctl/template/counter.go index b88724d..52af4d6 100644 --- a/core/tools/mongoctl/template/counter.go +++ b/core/tools/mongoctl/template/counter.go @@ -20,8 +20,7 @@ func New${VarDaoClassName}(db *mongo.Database) *${VarDaoClassName} { const CounterInternalTemplate = ` // -------------------------------------------------------------------------------------------------- // The following code is automatically generated by the mongo-dao-generator tool. -// Please do not modify this code manually to avoid being overwritten in the next generation. -// For more tool details, please click the link to view https://github.com/dobyte/mongo-dao-generator +// Please do not modify this code manually to avoid being overwritten in the next generation. // -------------------------------------------------------------------------------------------------- package internal diff --git a/core/tools/mongoctl/template/template.go b/core/tools/mongoctl/template/template.go index dca7d02..8f3d944 100644 --- a/core/tools/mongoctl/template/template.go +++ b/core/tools/mongoctl/template/template.go @@ -56,9 +56,8 @@ func New${VarDaoClassName}(db *mongo.Database, c *mongo.Collection) (*${VarDaoCl const InternalTemplate = ` // -------------------------------------------------------------------------------------------- -// The following code is automatically generated by the mongo-dao-generator tool. -// Please do not modify this code manually to avoid being overwritten in the next generation. -// For more tool details, please click the link to view https://github.com/dobyte/mongo-dao-generator +// The following code is automatically generated by the mongoctl tool. +// Please do not modify this code manually to avoid being overwritten in the next generation. // -------------------------------------------------------------------------------------------- package internal