mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-06-01 02:37:26 +00:00
5 lines
107 B
Go
Executable File
5 lines
107 B
Go
Executable File
/*
|
|
Package codegenerator contains reusable functions used by the code generators.
|
|
*/
|
|
package codegenerator
|