Select the types of activity you want to include in your feed.
1//go:build !windows 2 3package main 4 5import ( 6 platform "golang.org/x/sys/unix" 7) 8 9const PLATFORM_SIGTERM = platform.SIGTERM