mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
11 lines
133 B
Go
11 lines
133 B
Go
package main
|
|
|
|
import ()
|
|
|
|
func main() {
|
|
|
|
//path, _ := ioutil.TempDir("", "restic-repository-")
|
|
|
|
//http.ListenAndServe(":8000", r)
|
|
}
|