Пример #1
0
void
runtime·Goexit(void)
{
	rundefer();
	runtime·goexit();
}
Пример #2
0
void
runtime_Goexit(void)
{
	rundefer();
	runtime_goexit();
}