kzh125
0ac845078c
docs: fix incorrect generated code in example ( #277 )
...
Should be "return foobarbaz.Baz{}, err"
2021-01-25 17:57:54 -08:00
Luca Steeb
a58291c0b8
internal/wire: use full go run command in go:generate comment ( #268 )
...
Change the go:generate command to use the full go run ... command
to ensure the version specified in the current go module is used
instead of the global binary.
Fixes #160
2021-01-25 17:55:11 -08:00
Taiki Fukui
8d4ff5b1ae
docs: fix syntax error ( #255 )
2020-07-04 09:07:18 -07:00
Robert van Gent
c385f07c5d
wire: wire.FieldsOf should not provide pointer to field type for non-pointer structs ( #210 )
2019-09-05 14:17:17 -07:00
Robert van Gent
2b7d1205a1
wire: FieldsOf now provides a pointer to the field type as well as the actual field type ( #209 )
2019-09-03 12:57:57 -07:00
shantuo
93b1ce745f
doc: add guide to use the wire:"-" tag ( #195 )
2019-06-11 15:35:05 -07:00
shantuo
ed1f30e1e8
docs: add FieldsOf to the guide ( #159 )
2019-05-17 16:02:42 -07:00
shantuo
b1c66a196d
docs: update docs with the bind and struct changes ( #155 )
2019-04-23 10:00:57 -07:00
shantuo
58e5de342a
guide: clarify interface binding examples ( #141 )
2019-03-01 11:28:55 -08:00
Ross Light
cacf1bc4ed
Split out documentation into multiple files ( #85 )
...
Fixes #84
2018-11-29 12:31:59 -08:00