mirror of https://github.com/pulumi/pulumi.git
13 lines
294 B
Go
13 lines
294 B
Go
// Code generated by test DO NOT EDIT.
|
|
// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! ***
|
|
|
|
package foo
|
|
|
|
type EnumThing int
|
|
|
|
const (
|
|
EnumThingEnumThingFour = EnumThing(4)
|
|
EnumThingEnumThingSix = EnumThing(6)
|
|
EnumThingEnumThingEight = EnumThing(8)
|
|
)
|