Skip to content

Commit

Permalink
feat: Add BoolPointer lang helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Feb 17, 2025
1 parent 0004ada commit 194fb3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/system/lang.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package system

func BoolPointer(b bool) *bool {
return &b
}

0 comments on commit 194fb3c

Please sign in to comment.