This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
herenshan112
/
main_exam_server
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
知行学院重新架构Golang版后台
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
2
Branches
0
Tags
126 KiB
Branch:
master
dev1.0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
main_exam_server
/
common
/
abnormal.go
7 lines
76 B
Raw
Permalink
Normal View
History
知行学院开发版1.0初始化完成
4 years ago
package
common
func
ErrorAbnormal
(
str
string
)
{
println
(
str
)
recover
(
)
}