From d50c2763e84b7194def23f69a8eb4ed0b2592d16 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Fri, 16 Feb 2024 08:48:53 +0800 Subject: [PATCH] autogen doc --- ydb/demo/foo/gop_autogen.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ydb/demo/foo/gop_autogen.go b/ydb/demo/foo/gop_autogen.go index 77f4920..63381c0 100644 --- a/ydb/demo/foo/gop_autogen.go +++ b/ydb/demo/foo/gop_autogen.go @@ -248,10 +248,9 @@ func Diff(new []string, old []string) (add []string, del []string) { //line ydb/demo/foo/foo.gop:35:1 return stringutil.Diff(new, old) } +//line ydb/demo/foo/foo.gop:38:1 // Info calls Output to print to the standard logger. // Arguments are handled in the manner of fmt.Println. -// -//line ydb/demo/foo/foo.gop:40:1 func Info(args ...interface { }) { //line ydb/demo/foo/foo.gop:41:1