GRPC: quick create static file download Web service
introduce
This article describes how to rk-boot Quickly build a static file download Web service.
What is the static file download Web UI?
Quickly build Web services that can download files through configuration files.
Please visit the following address for a complete tutorial:
https://rkdocs.netlify.app/cn
install
go get gi ...
Posted on Mon, 06 Dec 2021 23:32:21 -0500 by kevbev16
YAML file details
1. What is YAML
YAML is a recursive abbreviation for "YAML Ain't a Markup Language". YAML actually means "Yet Another Markup Language". The main strength of this voice is data-centric, not markup language. For example, xml language will use a lot of markup.
YAML is a highly readable and easy to understand format used t ...
Posted on Mon, 29 Nov 2021 05:14:12 -0500 by Hannes2k