We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23af85 commit 36c3ba4Copy full SHA for 36c3ba4
internal/cmd/gtrace/writer.go
@@ -88,7 +88,7 @@ func (w *Writer) init() {
88
func (w *Writer) mustDeclare(name string) {
89
s, ok := w.scope.Back().Value.(*scope)
90
if !ok {
91
- panic(fmt.Sprintf("unsupported type conversion from %T to w.scope.Back()", s))
+ panic(fmt.Sprintf("unsupported type conversion from %T to *scope", s))
92
}
93
if !s.set(name) {
94
where := s.where(name)
0 commit comments