Skip to content

Commit

Permalink
markus feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Dec 5, 2024
1 parent 218e354 commit 64c3a63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions internal/atls/issuer/issuer_linux.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//go:build linux

// Copyright 2024 Edgeless Systems GmbH
// SPDX-License-Identifier: AGPL-3.0-only

//go:build linux

package issuer

import (
Expand Down
4 changes: 2 additions & 2 deletions internal/atls/issuer/issuer_universal.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//go:build !linux

// Copyright 2024 Edgeless Systems GmbH
// SPDX-License-Identifier: AGPL-3.0-only

//go:build !linux

package issuer

import (
Expand Down
4 changes: 2 additions & 2 deletions internal/attestation/snp/issuer/issuer.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//go:build linux

// Copyright 2024 Edgeless Systems GmbH
// SPDX-License-Identifier: AGPL-3.0-only

//go:build linux

// package issuer provides functions to create an aTLS issuer.
package issuer

Expand Down

0 comments on commit 64c3a63

Please sign in to comment.