added a central constants package so we don't have to pull a provider if all we need is its name
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
IRacingProviderName = "iRacing"
|
||||
BeamNGProviderName = "BeamNG.drive"
|
||||
)
|
||||
Reference in New Issue
Block a user