Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Multi-language Go Projects

A brief exploration into Go's support for running C or Assembly code natively. In uuidcgo, you'll find a Go program that uses C to generate a UUIDv4. In uuidasm, you'll find a Go program that uses Assembly to do the same.