master
Elis Axelsson 2016-04-27 09:20:13 +02:00
commit 812f2ee6fd
1 changed files with 9 additions and 0 deletions

9
scraper.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("kaka")
}