mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: do not generate import
statements for auto imports (#7966)
This commit is contained in:
@ -2,7 +2,6 @@ module websocket
|
||||
|
||||
import net
|
||||
import time
|
||||
import sync
|
||||
|
||||
// socket_read reads from socket into the provided buffer
|
||||
fn (mut ws Client) socket_read(mut buffer []byte) ?int {
|
||||
|
@ -7,7 +7,6 @@ import x.openssl
|
||||
import net.urllib
|
||||
import time
|
||||
import log
|
||||
import sync
|
||||
import rand
|
||||
|
||||
const (
|
||||
|
@ -3,7 +3,6 @@ module websocket
|
||||
import net
|
||||
import x.openssl
|
||||
import log
|
||||
import sync
|
||||
import time
|
||||
import rand
|
||||
|
||||
|
Reference in New Issue
Block a user