Skip to content

Commit

Permalink
Info doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Feb 13, 2024
1 parent 7623806 commit 4999f6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ydb/demo/foo/foo.gop
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ func Diff(new, old []string) (add, del []string) {
return stringutil.diff(new, old)
}

// Info calls Output to print to the standard logger.
// Arguments are handled in the manner of fmt.Println.
func Info(args ...any) {
log.println(args...)
}
7 changes: 5 additions & 2 deletions ydb/demo/foo/gop_autogen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4999f6f

Please sign in to comment.