This website requires JavaScript.
Explore
Help
Register
Sign In
syschan
/
pms
Watch
1
Star
0
Fork
You've already forked pms
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
97faf9126b
pms
/
server
/
plugin
/
organization
/
utils
/
pointer.go
6 lines
69 B
Go
Raw
Blame
History
package
utils
func
GetBoolPointer
(
t
bool
)
*
bool
{
return
&
t
}
Reference in New Issue
View Git Blame
Copy Permalink