mirror of
https://github.com/lwch/natpass
synced 2025-10-10 23:40:07 +08:00
6 lines
70 B
Go
6 lines
70 B
Go
package shell
|
|
|
|
func (shell *Shell) Exec(id string) {
|
|
shell.id = id
|
|
}
|