rest-server/server.go

11 lines
133 B
Go
Raw Normal View History

2015-08-11 14:14:07 +02:00
package main
2015-08-14 11:17:57 +02:00
import ()
2015-08-11 14:14:07 +02:00
func main() {
2015-08-11 14:52:42 +02:00
2015-08-14 11:17:57 +02:00
//path, _ := ioutil.TempDir("", "restic-repository-")
2015-08-11 14:14:07 +02:00
2015-08-14 11:17:57 +02:00
//http.ListenAndServe(":8000", r)
2015-08-11 14:14:07 +02:00
}