This is a standard library which is built upon goboscript's original standard library. It is designed to be used with backpack
To use this, make sure to install backpack
You can use the standard library by adding these lines to goboscript.toml:
[dependencies]
std = "https://github.com/FAReTek1/std@<the version you want to use>"
Then, add this %include to your gs file:
%include backpack/std/std/<std module you want to use>
you can also use this to just %include everything
%include backpack/std/std