mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
6 lines
70 B
Go
6 lines
70 B
Go
package shell
|
|
|
|
func (shell *Shell) Exec(id string) {
|
|
shell.id = id
|
|
}
|