TorrentFilter/main.go
lordwelch c1a5e4e667 Initial
have struct for torrent metadata
start struct for data I will use
2017-06-17 02:11:46 -07:00

10 lines
77 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("Hello world")
}