6 lines
91 B
Go
6 lines
91 B
Go
package profitbricks
|
|
|
|
func GetRequestStatus(path string) Instance {
|
|
return is_get(path)
|
|
}
|