Skip to content

Instantly share code, notes, and snippets.

@ZenLiuCN
Created November 21, 2023 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZenLiuCN/6957fe6c0685dc30c899355478df802a to your computer and use it in GitHub Desktop.
Save ZenLiuCN/6957fe6c0685dc30c899355478df802a to your computer and use it in GitHub Desktop.

Licenses

#!/bin/sh

go install github.com/google/go-licenses@latest &&\
cd src &&\
go-licenses save "github.com/ZenLiuCN/loader" --save_path="../LICENSES"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment