Monorepo for Tangled
0
fork

Configure Feed

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

at master 11 lines 174 B view raw
1//go:build !openbsd 2 3package knotserver 4 5import ( 6 "context" 7 8 "tangled.org/core/knotserver/config" 9) 10 11func sandbox(_ context.Context, _ *config.Config) error { return nil }