Provided by: libgo-perl_0.15-6_all 

NAME
GO::Basic - basic procedural interface to go-perl
SYNOPSIS
use GO::Basic;
parse_obo(shift @ARGV);
find_term(name=>"cytosol");
print $term->acc(); # OO usage
print acc(); # procedural usage
get_parent;
print name();
DESCRIPTION
perl v5.26.1 2017-11-21 GO::Basic(3pm)