mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-25 05:02:23 +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
|