func handleUser()

in nilDereferenceAnalysis/example-2/main.go [16:18]


func handleUser(user *common.User) {
	// some logic with user
}