gots icon indicating copy to clipboard operation
gots copied to clipboard

Reconcile the two versions of `adaptationfield.go`.

Open mikereedell opened this issue 7 years ago • 0 comments

There are two files that deal with AdaptationFields:

  • packet/adaptionfield.go: This one feels like the "right" one to use.
  • packet/adaptationfield/adaptationfield.go: This one uses the older functional style.

I propose removing the packet/adaptationfield/adaptationfield.go file in favor of packet/adaptationfield.go as long as the functionality is the same and anything that is missing from packet/adaptationfield.go is filled in.

mikereedell avatar Nov 14 '18 17:11 mikereedell