Skip to content

Commit

Permalink
Final Bossfight: now revive does not complain
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Oct 2, 2024
1 parent 03e458d commit 9b23404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Context.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ type state struct {
}

// GIUContext represents a giu context. (Current context is giu.Context.
//
//nolint:revive // I WANT TO CALL THIS GIUContext!
type GIUContext struct {
backend backend.Backend[glfwbackend.GLFWWindowFlags]

Expand Down
2 changes: 2 additions & 0 deletions cmd/gmdeploy/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Package main could be used to deploy a giu application.
// use -help for more.
package main

import (
Expand Down

0 comments on commit 9b23404

Please sign in to comment.