This website works better with JavaScript.
Home
Explore
Help
Sign In
liuhaodong
/
laic-backend
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
低空智控平台 后端go
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.
12
Commits
1
Branch
0
Tags
641 KiB
Go
99.1%
Shell
0.9%
Tree:
cffa7a5e4d
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'cffa7a5e4d'
${ noResults }
laic-backend
/
Makefile
10 lines
104 B
Raw
Blame
History
.PHONY
:
build
run
clean
build
:
go build -o laic-backend .
run
:
go run .
clean
:
rm -f laic-backend
Reference in new issue