U-root: A fully Go userland with Linux bootloaders!

Very interesting project:

https://u-root.org/

A fully Go userland with Linux bootloaders! u-root can create a one-binary root file system (initramfs) containing a busybox-like set of tools written in Go.

This is quite interesting from embedded linux point of view. Less attach surface, less things to worry about. When you have one app to launch this seems a good option. which could be most of embedded linux deployments.