go import custom package

import ./package

When you need to pay attention, the first letter of the method needs to be capitalized, such as func Test(); if it is not capitalized, the call will go wrong;

Guess you like

Origin blog.csdn.net/qq_43615820/article/details/129090497