File tree 2 files changed +6
-7
lines changed
doc/next/6-stdlib/99-minor 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- The [ ` Func ` ] ( /go/types#Func ) type, which represents a function or
2
- method symbol, now has a [ ` Signature ` ] ( /go/types#Func.Signature )
3
- method that returns the function's type, which is always a
4
- ` Signature ` .
1
+ The [ Func] type, which represents a function or method symbol, now
2
+ has a [ Func.Signature] method that returns the function's type, which
3
+ is always a ` Signature ` .
Original file line number Diff line number Diff line change 1
- [ ` Cookie ` ] ( /pkg/net/http#Cookie ) now preserves double quotes surrounding
2
- a cookie value. The new ` Cookie.Quoted ` field indicates whether the
3
- ` Cookie.Value ` was originally quoted.
1
+ [ Cookie] now preserves double quotes surrounding a cookie value.
2
+ The new [ Cookie.Quoted] field indicates whether the [ Cookie.Value ]
3
+ was originally quoted.
You can’t perform that action at this time.
0 commit comments