File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ import (
23
23
"github.com/digitalocean/go-qemu/qmp/qmptest"
24
24
)
25
25
26
- // ExampleStub exists to prevent godoc from treating this as a "whole-file"
27
- // example, and showing the code for the unexported types.
28
- func ExampleStub () {}
29
-
30
26
func ExampleNew () {
31
27
// Create a hypervisor.Hypervisor using an in-memory hypervisor.Driver,
32
28
// that returns a fixed list of three domains.
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ import (
23
23
"github.com/digitalocean/go-qemu/qmp/qmptest"
24
24
)
25
25
26
- // ExampleStub exists to prevent godoc from treating this as a "whole-file"
27
- // example, and showing the code for the unexported exampleMonitor type.
28
- func ExampleStub () {}
29
-
30
26
// This example demonstrates how to use qemu.NewDomain with a qmp.Monitor to
31
27
// perform actions on a Domain.
32
28
//
You can’t perform that action at this time.
0 commit comments