Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
diiyw committed May 29, 2024
1 parent 4f207c7 commit ba92930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
2 changes: 2 additions & 0 deletions cmd/nodis-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package main

import (
"fmt"
"github.com/diiyw/nodis/fs"
"net"
"os"

Expand All @@ -19,6 +20,7 @@ func main() {
}
}
opt := nodis.DefaultOptions
opt.Filesystem = &fs.Disk{}
n := nodis.Open(opt)
if err := n.Serve(addr); err != nil {
fmt.Printf("Serve() = %v", err)
Expand Down
29 changes: 0 additions & 29 deletions websocket_test.go

This file was deleted.

0 comments on commit ba92930

Please sign in to comment.