Documentation ¶
Index ¶
Constants ¶
View Source
const ( DONE = 0 // data was accepted, and saved WANT = 0 BAD = 1 // invalid OLD = 2 // expired NOTME = 3 // wrong server HAVE = 4 // already have this NEWER = 5 // already have a newer version FAIL = 6 // tried, failed CONDFAIL = 7 // condition failed to match )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.