Skip to content

Commit

Permalink
Update internal/workers/workers.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Jan 10, 2024
1 parent e70139b commit 44476fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/workers/workers.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Package workers contains code to manage workers.
//
// A worker is a goroutine running in the background that performs some
// activity related to implementing the OpenVPN protocol.
package workers

import (
Expand Down

0 comments on commit 44476fa

Please sign in to comment.