This website works better with JavaScript
Home
Explore
Help
Sign In
wytfy
/
v2ray-core
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix comments
Darien Raymond
7 years ago
parent
04c3792cf4
commit
b1e07d2f6e
2 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
common/buf/readv_reader.go
1
0
common/buf/readv_reader_windows.go
+ 1
- 0
common/buf/readv_reader.go
View File
@@ -1,4 +1,5 @@
// +build !windows
// +build !windows
+
package buf
package buf
import (
import (
+ 1
- 0
common/buf/readv_reader_windows.go
View File
@@ -1,4 +1,5 @@
// +build windows
// +build windows
+
package buf
package buf
import (
import (