2016-06-29 04:35:41 +02:00

6 lines
91 B
Go

package profitbricks
func GetRequestStatus(path string) Instance {
return is_get(path)
}