Error building Go command line tool

This is my snapcraft.yaml. When i try to build it I get error that command /bin/pesakit not found. So I think the real question is where does the go plugin put the binaries after building?

name: pesakit
version: git
grade: stable
base: core20
confinement: devmode
apps:
   pesakit:
          command: pesakit
           plugs:
                - home
parts:
     pesakit:
          plugin: go
          source-type: git
          source: https://github.com/pesakit/pesakit

take a look at your prime/ directory in the build environment to find it …