mirror of
https://github.com/golang/go
synced 2024-11-26 16:07:00 -07:00
runtime: revert UseSpanType back to 1
R=golang-dev CC=golang-dev https://golang.org/cl/7812043
This commit is contained in:
parent
f51ec00722
commit
5b79aa82ff
@ -991,5 +991,5 @@ extern uint64 ·neginf;
|
||||
|
||||
enum
|
||||
{
|
||||
UseSpanType = 0,
|
||||
UseSpanType = 1,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user