fix a godoc nit

master
Felix Lange 8 years ago
parent 0b6d9f67f2
commit 265175060b
  1. 7
      main.go

@ -56,10 +56,9 @@ defined in the Go language specification.
The following conversions are supported:
If the fields are directly assignable, no conversion is generated.
If the fields are convertible according to Go language rules, a simple conversion is
emitted. Example input code:
If the fields are directly assignable, no conversion is emitted. If the fields are
convertible according to Go language rules, a simple conversion is emitted. Example input
code:
type specialString string

Loading…
Cancel
Save