fix: env saving
This commit is contained in:
6
server/utils/refs.go
Normal file
6
server/utils/refs.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package utils
|
||||
|
||||
// NewStringRef returns a reference to a string with given value
|
||||
func NewStringRef(v string) *string {
|
||||
return &v
|
||||
}
|
Reference in New Issue
Block a user