-
os.Getenv("INSTANCE_ID")
のように書く
import "os"
func getInstanceID() string{
var instanceId = os.Getenv("INSTANCE_ID")
return instanceId
}
Go to list of users who liked
More than 3 years have passed since last update.
os.Getenv("INSTANCE_ID")
のように書く
import "os"
func getInstanceID() string{
var instanceId = os.Getenv("INSTANCE_ID")
return instanceId
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked