-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.0 #268
Conversation
Bumps [github.com/goplus/gop](https://github.com/goplus/gop) from 1.1.0-rc2 to 1.1.0. - [Release notes](https://github.com/goplus/gop/releases) - [Commits](goplus/gop@v1.1.0-rc2...v1.1.0) --- updated-dependencies: - dependency-name: github.com/goplus/gop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…goplus/gop-1.1.0 Bump github.com/goplus/gop from 1.1.0-rc2 to 1.1.0
Bumps [github.com/qiniu/x](https://github.com/qiniu/x) from 1.11.5 to 1.11.7. - [Release notes](https://github.com/qiniu/x/releases) - [Commits](qiniu/x@v1.11.5...v1.11.7) --- updated-dependencies: - dependency-name: github.com/qiniu/x dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…qiniu/x-1.11.7 Bump github.com/qiniu/x from 1.11.5 to 1.11.7
Bumps [github.com/hajimehoshi/ebiten/v2](https://github.com/hajimehoshi/ebiten) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/hajimehoshi/ebiten/releases) - [Commits](hajimehoshi/ebiten@v2.3.3...v2.3.4) --- updated-dependencies: - dependency-name: github.com/hajimehoshi/ebiten/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…hajimehoshi/ebiten/v2-2.3.4 Bump github.com/hajimehoshi/ebiten/v2 from 2.3.3 to 2.3.4
Bumps [github.com/goplus/gop](https://github.com/goplus/gop) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/goplus/gop/releases) - [Commits](goplus/gop@v1.1.0...v1.1.2) --- updated-dependencies: - dependency-name: github.com/goplus/gop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…goplus/gop-1.1.2 Bump github.com/goplus/gop from 1.1.0 to 1.1.2
Bumps [github.com/goplus/gop](https://github.com/goplus/gop) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/goplus/gop/releases) - [Commits](goplus/gop@v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: github.com/goplus/gop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
makeEmptyInterface => reflect.NewAt
…goplus/gop-1.1.3 Bump github.com/goplus/gop from 1.1.2 to 1.1.3
index.gmx => main.spx
gop doc: friendly enum
internal/audiorecord: OpenAL32 use dynamic on windows
internal/gdi/font: font cache use io.ReaderAt
cloneSprite: rm src *Sprite
run conf: prepare to load from index.json
Bumps [github.com/qiniu/x](https://github.com/qiniu/x) from 1.11.9 to 1.13.9. - [Release notes](https://github.com/qiniu/x/releases) - [Commits](qiniu/x@v1.11.9...v1.13.9) --- updated-dependencies: - dependency-name: github.com/qiniu/x dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…qiniu/x-1.13.9 Bump github.com/qiniu/x from 1.11.9 to 1.13.9
license
config.go
loadProjConfig
optional MainEntry/Run
Bumps [goplus/setup-goplus](https://github.com/goplus/setup-goplus) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/goplus/setup-goplus/releases) - [Commits](goplus/setup-goplus@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: goplus/setup-goplus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…/checkout-4 Bump actions/checkout from 3 to 4
…setup-goplus-1.1.1 Bump goplus/setup-goplus from 1.1.0 to 1.1.1
[Git-flow] Hi @xushiwei, There are some suggestions for your information: Rebase suggestions
Which seems insignificant, recommend to use For other If you have any questions about this comment, feel free to raise an issue here: |
cache fontCache | ||
) | ||
|
||
func (p *fontCache) clear() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[golangci-lint] func (*fontCache).clear
is unused (unused)
If you have any questions about this comment, feel free to raise an issue here:
cache fontCache | ||
) | ||
|
||
func (p *fontCache) clear() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[staticcheck] func (*fontCache).clear is unused (U1000)
If you have any questions about this comment, feel free to raise an issue here:
No description provided.