consts.go 420 B

12345678910111213
  1. // Copyright GoFrame gf Author(https://goframe.org). All Rights Reserved.
  2. //
  3. // This Source Code Form is subject to the terms of the MIT License.
  4. // If a copy of the MIT was not distributed with this file,
  5. // You can obtain one at https://github.com/gogf/gf.
  6. package consts
  7. const (
  8. // DoNotEditKey is used in generated files,
  9. // which marks the files will be overwritten by CLI tool.
  10. DoNotEditKey = `DO NOT EDIT`
  11. )