Skip to content

Instantly share code, notes, and snippets.

View ntngel1's full-sized avatar
🌻
Chilling

Kirill Shepelev ntngel1

🌻
Chilling
  • Kinoplan
  • Rostov-on-Don, Russia
View GitHub Profile
package routing
import Readers._
import cats.implicits._
import errors.internal.base.AppError
import play.api.libs.json.{Json, OWrites}
sealed trait PathSegment
object PathSegment {