diff options
Diffstat (limited to 'pkg/sentry/fdimport/fdimport.go')
-rw-r--r-- | pkg/sentry/fdimport/fdimport.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/fdimport/fdimport.go b/pkg/sentry/fdimport/fdimport.go index 314661475..badd5b073 100644 --- a/pkg/sentry/fdimport/fdimport.go +++ b/pkg/sentry/fdimport/fdimport.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package fdimport provides the Import function. package fdimport import ( |