diff options
Diffstat (limited to 'src/pkg/exp/ogle/goroutine.go')
| -rw-r--r-- | src/pkg/exp/ogle/goroutine.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/exp/ogle/goroutine.go b/src/pkg/exp/ogle/goroutine.go index 4d458c561..ad1b89334 100644 --- a/src/pkg/exp/ogle/goroutine.go +++ b/src/pkg/exp/ogle/goroutine.go @@ -13,9 +13,9 @@ import ( // A Goroutine represents a goroutine in a remote process. type Goroutine struct { - g remoteStruct; - frame *Frame; - dead bool; + g remoteStruct; + frame *Frame; + dead bool; } func (t *Goroutine) String() string { |
