Skip to content

Commit

Permalink
Update internal/model/packet.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Jan 10, 2024
1 parent 39fa92b commit d36b84d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/model/packet.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
package model

//
// Packet
//
// Parsing and serializing OpenVPN packets.
//
import (
"bytes"
"errors"
Expand Down

0 comments on commit d36b84d

Please sign in to comment.