feat: backend service
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package integration_test
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
// jsonUnmarshal is a tiny indirection so other test files can decode
|
||||
// without importing encoding/json each time.
|
||||
func jsonUnmarshal(raw []byte, v any) error {
|
||||
return json.Unmarshal(raw, v)
|
||||
}
|
||||
Reference in New Issue
Block a user