How to deploy your library to Clojars (on macOS)

I wanted to publish my clojure library to Clojars, but documents or how-tos about it were too complicated or outdated, so I’m writing ths post for the record. It was tested on my macOS machine. 1. Generate your gpg key,...
Read More

How to build Go packages from private repositories

Let’s say you have a Go package on a private repository which is tagged as v0.0.1, and want to build an application with it: # (your) go package on a private repository https://github.com/your-account/your-private-repository 1. Create a go.mod file with the...
Read More