Skip to content

Commit

Permalink
adjust build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Oct 30, 2024
1 parent 7c88353 commit e5acae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monitor/exec_stub.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// Use of this source code is governed by the license
// that can be found in the LICENSE file.

// stub for pkg.go.dev coverage
//go:build !tamago

// Package monitor provides supervisor support for TamaGo unikernels to allow
// scheduling of Secure user mode or NonSecure system mode (ARM) or Supervisor
// mode (RISC-V) executables.
Expand All @@ -13,9 +16,6 @@
// https://github.com/usbarmory/tamago.
package monitor

// stub for pkg.go.dev coverage
//go:build !tamago

// Exec allows execution of an executable in Secure user mode or NonSecure
// system mode (ARM) or Supervisor mode (RISC-V).
//
Expand Down

0 comments on commit e5acae8

Please sign in to comment.