Skip to content

Commit 914547b

Browse files
authored
屏蔽访问日志
1 parent 8fdde9f commit 914547b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,6 @@ func main() {
129129
c.Data(http.StatusOK, "text/html; charset=utf-8", indexHTML)
130130
})
131131

132+
fmt.Printf("Github:https://github.com/eooce/webssh\n")
132133
server.Run(fmt.Sprintf(":%d", *port))
133134
}

0 commit comments

Comments
 (0)