mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-01-18 16:17:26 +01:00
Minor tweaks
This commit is contained in:
@@ -379,7 +379,7 @@ func String(v string) *string {
|
||||
return &v
|
||||
}
|
||||
|
||||
// Int turns a string into a pointer of an int
|
||||
// Int turns an int into a pointer of an int
|
||||
func Int(v int) *int {
|
||||
return &v
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user