aboutsummaryrefslogtreecommitdiff
path: root/b6c44317f540dac8763e720767b0e73940a0b6c5
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2015-03-25 20:12:41 +0100
committerGibheer <gibheer@gmail.com>2015-03-25 20:12:41 +0100
commit11423e25b5db9e6345bf5df6a3a53289ab44ca3b (patch)
tree65e93514121d2ad8f5432815ca298ef7396278ea /b6c44317f540dac8763e720767b0e73940a0b6c5
parenta11b67a64e39aded4a4bb1337fb7a4cf3021f8ef (diff)
fix go evt problem
Go vet reported a problem with the interface of WriteTo returning an int. Line 13: method WriteTo(stream io.Writer) (int, error) should have signature WriteTo(io.Writer) (int64, error) To fix that problem, the interface was changed to return io.WriterTo, which uses int64 for return values.
Diffstat (limited to 'b6c44317f540dac8763e720767b0e73940a0b6c5')
0 files changed, 0 insertions, 0 deletions