Skip to content

Commit

Permalink
add docs for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kohenkatz authored and lmb committed Apr 28, 2020
1 parent 862d6a4 commit b6890bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc.go
Expand Up @@ -38,4 +38,11 @@
// you're probably using "go run main.go", for graceful reloads to work,
// you'll need use "go build main.go".
//
// Tableflip does not work on Windows, because Windows does not have
// the mechanisms required to support this method of graceful restarting.
// It is still possible to include this package in code that runs on Windows,
// which may be necessary in certain development circumstances, but it will not
// provide zero downtime upgrades when running on Windows. See the `testing`
// package for an example of how to use it.
//
package tableflip

0 comments on commit b6890bd

Please sign in to comment.