# \[Go, Shell\] Submits all work, but local is bugged

**URL:** https://forum.codecrafters.io/t/go-shell-submits-all-work-but-local-is-bugged/16288
**Category:** General
**Tags:** challenge:shell
**Created:** [September 25, 2026, 9:52pm UTC](https://forum.codecrafters.io/t/go-shell-submits-all-work-but-local-is-bugged/16288 "2026-09-25T21:52:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Eoin95](https://yyz1.discourse-cdn.com/flex003/user_avatar/forum.codecrafters.io/eoin95/32/28802_2.png) [@Eoin95](https://forum.codecrafters.io/u/Eoin95)
#### Post date: [September 25, 2026, 9:52pm UTC](https://forum.codecrafters.io/t/go-shell-submits-all-work-but-local-is-bugged/16288/1 "2026-09-25T21:52:16Z")

</div>

I completed the base section of the shell and thought I’d run it locally to play about.

With echo I noticed it’s dropping the first letter, input:“hello” → output:“ello”, Type doesn’t work for any of the commands, it is returning “: not found” and exit returns “: command not found”.

All of my submits have been passing.

Any ideas?
