mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 20:52:22 +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
|