This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_CHEERSSON_BACKEND
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
提交请求
pull/4/head
娄文智
3 years ago
parent
2cc7dc9fe2
commit
7751b1a960
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
main.go
+ 1
- 0
main.go
View File
@ -121,6 +121,7 @@ func imain() {
log
.
Fatal
(
"init logger config failed, error:"
,
err
.
Error
(
)
)
}
//启动监听端口
app
.
Run
(
iris
.
Addr
(
":8003"
)
,
iris
.
WithConfiguration
(
conf
.
C
)
)
Write
Preview
Loading…
Cancel
Save