roc-lang / basic-webserver

A basic webserver in Roc
https://roc-lang.github.io/basic-webserver/
Universal Permissive License v1.0
76 stars 16 forks source link

Upgrade module syntax and fix import warnings #52

Closed agu-z closed 6 months ago

agu-z commented 6 months ago

Runs roc format on everything in order to update to the new module headers and imports.

I also fixed an unused import warning, and an unnecessary builtin import that the new compiler version will catch.

Anton-4 commented 6 months ago

I know what's up with the test failure, I'll fix it