Skip to content

Commit

Permalink
deprecate libcontainer/user
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Sep 18, 2023
1 parent ef8b2b4 commit fe1bc09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libcontainer/user/user_deprecated.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Package user is an alias for [github.com/moby/sys/user]
//
// Deprecated: use [github.com/moby/sys/user].

Check failure on line 4 in libcontainer/user/user_deprecated.go

View workflow job for this annotation

GitHub Actions / lint

package-comments: package comment is detached; there should be no blank lines between it and the package statement (revive)
package user

import (
Expand Down

0 comments on commit fe1bc09

Please sign in to comment.