mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-19 09:40:23 +08:00
优化封装
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user