gridscale / gridscale/gsclient-go

Make GSTime a type definition

Open
#144 0 comments 0 reactions 0 assignees View on GitHub
breaking-change
Dominant language
Go
Stars
8
Forks
7
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.