mirror of
https://github.com/taigrr/gopher-os
synced 2026-04-01 09:28:41 -07:00
By setting up pwd as a Go workspace, we can trim import paths from something like "github.com/achilleasa/gopher-os/kernel" to just "kernel". These changes make forking easier and also allows us to move the code to a different git hosting provider without having to rewrite the imports.