17 lines
121 B
Go
17 lines
121 B
Go
package task
|
|
|
|
import (
|
|
)
|
|
|
|
type oldUser struct {
|
|
|
|
}
|
|
|
|
func (this *oldUser) init() {
|
|
|
|
}
|
|
|
|
func (this *oldUser) unInit() {
|
|
|
|
}
|