github.com/tursom/GoCollections@v0.3.10/lang/generate_types.py (about) 1 # Copyright (c) 2022 tursom. All rights reserved. 2 # Use of this source code is governed by a GPL-3 3 # license that can be found in the LICENSE file. 4 5 import types_generator 6 7 for type in ["int", "int8", "int16", "int32", "int64", "uint", "uint8", "uint16", "uint32", "uint64"]: 8 types_generator.generate(type)