Skip to content

Make GSTime a type definition #144

Open
@bkircher

Description

@bkircher

Don't use embedded struct for GSTime. Right now it is

type GSTime struct {
  time.Time
}

Make it

type GSTime time.Time

so that we can use type conversion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking-changeA change that needs a major version bump

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions