本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
281B

  1. package plumbing
  2. // Revision represents a git revision
  3. // to get more details about git revisions
  4. // please check git manual page :
  5. // https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html
  6. type Revision string
  7. func (r Revision) String() string {
  8. return string(r)
  9. }
上海开阖软件有限公司 沪ICP备12045867号-1