mirror of
https://github.com/tursom/GoCollections.git
synced 2025-02-07 22:54:45 +08:00
5 lines
162 B
Python
5 lines
162 B
Python
import types_generator
|
|
|
|
for type in ["int", "int8", "int16", "int32", "int64", "uint", "uint8", "uint16", "uint32", "uint64"]:
|
|
types_generator.generate(type)
|