You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/joyent/gosdc/gosdc.go

15 lines
405 B

/*
Package gosdc enables Go programs to interact with the Joyent CloudAPI.
The gosdc package is structured as follow:
- gosdc/cloudapi. This package interacts with the Cloud API (http://apidocs.joyent.com/cloudapi/).
- gosdc/localservices. This package provides local services to be used for testing.
Licensed under the Mozilla Public License version 2.0
Copyright (c) Joyent Inc.
*/
package gosdc