mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-05-26 00:33:03 +02:00
Minor tweaks
This commit is contained in:
parent
e90f52f375
commit
76d46ec646
8 changed files with 45 additions and 47 deletions
util
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue