mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 10:57:05 +00:00
misspell
Former-commit-id: 3be90d3099bfd9eabebd299dc08f9d6c1e6c2a29
This commit is contained in:
@@ -12,7 +12,7 @@ $ cd client && GOARCH=wasm GOOS=js /home/$yourname/go1.14/bin/go build -o hello.
|
||||
func main() {
|
||||
app := iris.New()
|
||||
|
||||
// we could serve your assets like this the shake of the example,
|
||||
// we could serve your assets like this the sake of the example,
|
||||
// never include the .go files there in production.
|
||||
app.HandleDir("/", "./client")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user