Live video on the AT Protocol
fork

Configure Feed

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

at eli/fix-context-recursion 13 lines 202 B view raw
1package main 2 3import ( 4 "fmt" 5 "os" 6 "time" 7 8 "github.com/google/uuid" 9) 10 11var Version = os.Getenv("STREAMPLACE_DEV_VERSION") 12var BuildTime = fmt.Sprint(time.Now().Unix()) 13var UUID = uuid.New().String()