pin / tftp

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

Revert "Upgrade to v2 in Go's way" #75

Closed pin closed 2 years ago

pin commented 2 years ago

Reverts pin/tftp#67

We discussed that in #70: going to make v2 incompatible again. We will cut v3 to make the code fully compatible with go modules.

https://go.dev/ref/mod#major-version-suffixes

Many Go projects released versions at v2 or higher without using a major version suffix before migrating to modules (perhaps before modules were even introduced). These versions are annotated with a +incompatible build tag (for example, v2.0.0+incompatible).