Skip to content

Instantly share code, notes, and snippets.

package main
import (
"fmt"
"github.com/vmware/govmomi"
"github.com/vmware/govmomi/vim25/mo"
"github.com/vmware/govmomi/vim25/types"
"net/url"
)
@jmmcatee
jmmcatee / gist:f2f77184d20cc86e96b3
Last active August 29, 2015 14:13
govmomi Template as VirtualMachine
package main
import (
"fmt"
"github.com/jmmcatee/go-vsphere-utils"
"github.com/vmware/govmomi"
"github.com/vmware/govmomi/vim25/mo"
"net/url"
)