Major Refactor (#2)
* Major reworks * More refactoring * Refactor feature complete! * Comments * Add versioning
This commit is contained in:
6
core/pointers.go
Normal file
6
core/pointers.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package core
|
||||
|
||||
// Bool returns a pointer to a bool
|
||||
func Bool(v bool) *bool {
|
||||
return &v
|
||||
}
|
||||
Reference in New Issue
Block a user