fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

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

at main 112 B View raw
1package main 2 3import "fmt" 4 5var ( 6 num = 5 7 message = "hello" 8) 9 10func main() { 11 fmt.Println(message, num) 12}