1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-19 09:40:22 +08:00

优化后端文件组织架构

This commit is contained in:
源文雨
2023-03-19 00:03:07 +08:00
parent 7d977cea0d
commit b795564785
7 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
package api
package backend
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package api
package backend
import (
"net/http"

View File

@@ -1,4 +1,4 @@
package api
package backend
import (
"crypto/md5"

View File

@@ -1,4 +1,4 @@
package api
package backend
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package api
package backend
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package api
package backend
import (
"crypto/md5"