# GoScripts **Repository Path**: QMHTMY/GoScripts ## Basic Information - **Project Name**: GoScripts - **Description**: 一些有用的go脚本。 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Go脚本 Shieber ifndef::env-github[:icons: font] ifdef::env-github[] :outfilesuffix: .adoc :caution-caption: :fire: :important-caption: :exclamation: :note-caption: :paperclip: :tip-caption: :bulb: :warning-caption: :warning: endif::[] :uri-license: https://github.com/QMHTMY/GoScripts/blob/master/LICENSE :uri-readme-cn: https://github.com/QMHTMY/GoScripts/blob/master/README_CN.adoc == 兼容系统 * Linux * Mac OS == 描述 [link:README.adoc[English]] 几个go命令行脚本。 == 脚本 . QRcode - 以url生成二维码 . newCurl - 打印出给定网址的html源码 . ASCIIcode - 打印出给定字符的ascii值 . SpinChars - 打印任务处理等待提示 . saveMode - 打印计算机数据存储模式(大小端) == 使用 . QRcode - `./QRcode http://xxxx.xxx.xxx` . newCurl - `./newCurl http://xxxx.xxx.xxx` . ASCIIcode - `./ASCIIcode xxx` . SpinChars - `./SpinChars` . saveMode - `./saveMode` == 参考资料 * https://books.studygolang.com/gopl-zh/ch0/ch0-01.html[gopl] == 版权声明 Copyright (C) 2019-2020 Shieber,在 link:LICENSE[APACHE LICENSE]下开源。