Skip to content

Commit 279a115

Browse files
authored
Update server.go
1 parent 49c2c3d commit 279a115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
".."
4+
"github.com/go-rs/rest-api-framework"
55
"errors"
66
"fmt"
77
"github.com/go-rs/rest-api-framework/examples/user"

0 commit comments

Comments
 (0)