Binary package “golang-github-pin-tftp-dev” in ubuntu noble

TFTP server and client library for Golang (library)

 This is a library helping to implement clients and servers for the
 TFTP protocol in Go.
 .
 It implements:
 .
  * RFC 1350 - The TFTP Protocol (Revision 2)
  * RFC 2347 - TFTP Option Extension
  * RFC 2348 - TFTP Blocksize Option
 .
 It partially implements (server side only):
 .
  * RFC 2349 - TFTP Timeout Interval and Transfer Size Options
 .
 The set of features is sufficient for PXE boot support.