File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ var config = struct {
28
28
Main string
29
29
Tests []string
30
30
}{
31
- Name : "rest-server" , // name of the program executable and directory
32
- Namespace : "github.com/restic/rest-server" , // subdir of GOPATH, e.g. "github.com/foo/bar"
33
- Main : "github.com/restic/rest-server" , // package name for the main package
34
- Tests : []string {"github.com/restic/rest-server" }, // tests to run
31
+ Name : "rest-server" , // name of the program executable and directory
32
+ Namespace : "github.com/restic/rest-server" , // subdir of GOPATH, e.g. "github.com/foo/bar"
33
+ Main : "github.com/restic/rest-server/cmd/rest-server" , // package name for the main package
34
+ Tests : []string {"github.com/restic/rest-server" }, // tests to run
35
35
}
36
36
37
37
// specialDir returns true if the file begins with a special character ('.' or '_').
You can’t perform that action at this time.
0 commit comments