# Reflect-for-Configure **Repository Path**: YePitfall/reflect-for-configure ## Basic Information - **Project Name**: Reflect-for-Configure - **Description**: 一个简单用运用反射来读取ini配置文件的方法,同样也可以运用于其他配置文件的简单解析 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-12 - **Last Updated**: 2021-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这是一个反射的应用,主要包括三个函数在main.go中,通过反射来读取结构体中的tag,并把配置文件中的值绑定给结构体 configure文件放了要读取的配置文件