Air: Live reload for Go apps
Air is yet another live-reloading command line utility for Go applications in development. Just air in your project root directory, leave it alone, and focus on your code. Features Colorful log output …
Air is yet another live-reloading command line utility for Go applications in development. Just air in your project root directory, leave it alone, and focus on your code. Features Colorful log output …
Vitess combines many important MySQL features with the scalability of a NoSQL database. Its built-in sharding features let you grow your database without adding sharding logic to your application. Vitess …
Vimspector: The plugin is a capable Vim graphical debugger for multiple languages. It’s mostly tested for c++, python and TCL, but in theory supports any language that Visual Studio Code …
Server side Server is running on port localhost:514 Client side Sending message to log server: Output on server side: DONE 🙂
Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. Incoming requests to a server should create a Context, …
Litter is a pretty printer library for Go data structures to aid in debugging and testing. Litter named for the fact that it outputs literals, which you litter your output with. As a …
If You have map with key and value in variable and you need iterate on it… Easy example for composing env variables in text template: The character – on line …