Is there any possibility to give ubuntu terminal commands,from a GO language program. (GO is installed in ubuntu)
Yes. You use the exec package. Check out the following examples:
I'd include an example in my answer, but you've provided no information whatsoever on what it is you're trying to do, so instead I've linked to some helpful examples.