# gotils **Repository Path**: wick.zt/gotils ## Basic Information - **Project Name**: gotils - **Description**: Go utility functions & structs. - **Primary Language**: Unknown - **License**: MulanPubL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-03 - **Last Updated**: 2021-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #+title: Golang Utility Functions & Structs * ArgParse A Python =argparse= like command line arguments parser with go struct tags. This sub mod is copied from [[https://gitee.com/wick.zt/cliutils-go][wick.zt/cliutils-go]] and the origin one will be kept for some months. * Collections Not implemented yet. * Concurrent Schedule goroutines for concurrent executions. * Itertools Define =Iterator= and actions on it. * Logging Not implemented yet. * Stdio Not implemented yet.