Два API-эндпоинта

This commit is contained in:
lost+skunk 2024-09-03 15:36:19 +03:00
parent 1464584264
commit db53a8bd90
10 changed files with 115 additions and 48 deletions

2
go.mod
View file

@ -2,7 +2,7 @@ module skunkyart
go 1.18
// replace git.macaw.me/skunky/devianter v0.2.5 => /home/skunk/projects/devianter
replace git.macaw.me/skunky/devianter v0.2.5 => /home/skunk/projects/devianter
require (
git.macaw.me/skunky/devianter v0.2.5
golang.org/x/net v0.27.0