//
pkg.gl
Category
github.com/AccelByte/accelbyte-go-modular-sdk/services-api
pkg
utils
testutils
package
0.1.0-alpha.5
Repository:
https://github.com/accelbyte/accelbyte-go-modular-sdk.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
22 SLOC
#
Functions
Setenv
Setenv set environment variable temporarily for testing note: - not safe in parallel (when t.Parallel() is called before) - should not use in Fuzz func - use official t.Setenv() when upgrading to go 1.17+.