Skip to content

Commit

Permalink
Merge pull request #551 from Fenny/master
Browse files Browse the repository at this point in the history
✏ Update MD's
  • Loading branch information
Fenny authored Jul 6, 2020
2 parents d5caf42 + 9a2aa21 commit 155046b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-present Fenny and Contributors
Copyright (c) 2019-2020 Fenny and Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ We learn about critical software updates and security threats from these sources

1. GitHub Security Alerts
2. GitHub: https://status.github.com/ & [@githubstatus](https://twitter.com/githubstatus)
3. Travis (CI/CD): https://www.traviscistatus.com/ & [@traviscistatus](https://twitter.com/traviscistatus)
2 changes: 1 addition & 1 deletion reuseport_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"golang.org/x/sys/windows"
)

// Listen returns TCP listener with SO_REUSEADDR option set, SO_REUSEPORT is not supported on Windows, so it uses
// reuseport returns TCP listener with SO_REUSEADDR option set, SO_REUSEPORT is not supported on Windows, so it uses
// SO_REUSEADDR as an alternative to achieve the same effect.
func reuseport(network, addr string) (net.Listener, error) {
cfg := net.ListenConfig{
Expand Down

0 comments on commit 155046b

Please sign in to comment.