print a pretty table with correct country coder
This commit is contained in:
7
internal/trading212/constants.go
Normal file
7
internal/trading212/constants.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package trading212
|
||||
|
||||
import (
|
||||
"github.com/biter777/countries"
|
||||
)
|
||||
|
||||
const Country = countries.Cyprus
|
||||
Reference in New Issue
Block a user