working on printable PDF Forms
All checks were successful
Tests / Run Go Tests (push) Successful in 30s
All checks were successful
Tests / Run Go Tests (push) Successful in 30s
This commit is contained in:
9
Backend/helper/strings.go
Normal file
9
Backend/helper/strings.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package helper
|
||||
|
||||
func GetFirst[T, U any](val T, _ U) T {
|
||||
return val
|
||||
}
|
||||
|
||||
func GetSecond[T, U any](_ T, val U) U {
|
||||
return val
|
||||
}
|
||||
Reference in New Issue
Block a user