Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

at eli/simple-build 9 lines 180 B view raw
1//go:build tools 2 3package main 4 5import ( 6 _ "gitlab.com/gitlab-org/release-cli/cmd/release-cli" 7) 8 9// This file just exists so we can `go install` stuff with pinned versions later