diff options
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/runtime/debug/stack.go')
| -rw-r--r-- | llgo/third_party/gofrontend/libgo/go/runtime/debug/stack.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/runtime/debug/stack.go b/llgo/third_party/gofrontend/libgo/go/runtime/debug/stack.go index c29b0a226a2..ab12bffa6e5 100644 --- a/llgo/third_party/gofrontend/libgo/go/runtime/debug/stack.go +++ b/llgo/third_party/gofrontend/libgo/go/runtime/debug/stack.go @@ -31,7 +31,7 @@ func PrintStack() { // then attempts to discover, for Go functions, the calling function or // method and the text of the line containing the invocation. // -// This function is deprecated. Use package runtime's Stack instead. +// Deprecated: Use package runtime's Stack instead. func Stack() []byte { return stack() } |

