Mercurial > yakumo_izuru > aya
comparison serve.go @ 88:01ae2ad18ed1 draft
風神「嵐の日」
author | yakumo.izuru |
---|---|
date | Thu, 17 Apr 2025 14:06:12 +0000 |
parents | d8c30f64e301 |
children |
comparison
equal
deleted
inserted
replaced
87:0b78d345c179 | 88:01ae2ad18ed1 |
---|---|
1 // Taken from https://github.com/fogleman/serve and repurposed as a library | 1 /* The following code has been taken from https://github.com/fogleman/serve and it is used on this project as a library */ |
2 /* Attribution goes to its original author */ | |
2 package aya | 3 package aya |
3 | 4 |
4 import ( | 5 import ( |
5 "fmt" | 6 "fmt" |
6 "log" | 7 "log" |