pin / tftp

TFTP server and client library for Golang
MIT License
287 stars 71 forks source link

File handles are not closed in the examples #95

Open lzap opened 9 months ago

lzap commented 9 months ago

Both reader and writer should close file handles. Cheers!