1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-19 09:40:23 +08:00

优化封装

This commit is contained in:
fumiama
2022-01-01 14:52:46 +08:00
parent df8bee280a
commit a904ec5973
10 changed files with 159 additions and 168 deletions

View File

@@ -3,14 +3,10 @@
package lower
func (n *NIC) prepare() {
panic("not support this os now")
}
func (n *NIC) Up() {
panic("not support this os now")
panic("not support lower on this os now")
}
func (n *NIC) Down() {
panic("not support this os now")
panic("not support lower on this os now")
}