Skip to content

Commit

Permalink
Merge pull request #2 from kolyshkin/modern-go
Browse files Browse the repository at this point in the history
Fixups for modern go
  • Loading branch information
kolyshkin authored Jul 22, 2024
2 parents 42c35b4 + 9d893e2 commit e946f33
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion capability/capability_noop.go → capability_noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// +build !linux
//go:build !linux

package capability

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/kolyshkin/capability

go 1.21
File renamed without changes.

0 comments on commit e946f33

Please sign in to comment.