# qys-tools-go **Repository Path**: qambi/qys-tools-go ## Basic Information - **Project Name**: qys-tools-go - **Description**: 使用 goframe 搭建的 一个自动化平台,用于工作上 去除重复工作 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-07 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GoFrame Template For GoFrame > 👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣 > Author: ambi Email : ambi_vip@163.com or 1277518148@qq.com > > 👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣👣 Project Makefile Commands: ### gf cli * Chinese Official Site(中文官网): [https://goframe.org](https://goframe.org/display/gf) * Gf Custom API: [https://github.com/AmbitionLover/gf.git](https://github.com/AmbitionLover/gf.git) ### make - `make cli`: Install or Update to the latest GoFrame CLI tool. - `make dao`: Generate go files for `Entity/DAO/DO` according to the configuration file from `hack` folder. - `make service`: Parse `logic` folder to generate interface go files into `service` folder. - `make image TAG=xxx`: Run `docker build` to build image according `manifest/docker`. - `make image.push TAG=xxx`: Run `docker build` and `docker push` to build and push image according `manifest/docker`. - `make deploy TAG=xxx`: Run `kustomize build` to build and deploy deployment to kubernetes server group according `manifest/deploy`. # Features - Insert the specified appToken ("ZhaoShuaiA"") in the plm environment - Dynamically switch data sources 1:go get更新特定版本 go get package@[@version] version可以是vx.y.z这种形式或者直接使用commit的checksum,也可以是master或者latest 例如version使用commit的checksum: go get code.aliyun.com/module-go/apiresult@fd21520c75083fa8e6acfcfce9827785121992be 2:go get -u package会更新所有依赖该包的版本 3:go get package package会更新当前包版本和所有依赖该包的版本