This website requires JavaScript.
Explore
Help
Register
Sign In
tomatocream
/
wireguard-go
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7e185db1418635a28e5aacbd17b1f17b9ab89e35
wireguard-go
/
src
/
misc.go
T
9 lines
84 B
Go
Raw
Normal View
History
Unescape
Escape
Beginning work on UAPI and routing table
2017-05-30 22:36:49 +02:00
package
main
func
min
(
a
uint
,
b
uint
)
uint
{
if
a
>
b
{
return
b
}
return
a
}
Reference in New Issue
Copy Permalink