Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F13783732
auth.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
169 B
Subscribers
None
auth.go
View Options
package
writeas
import
(
"net/http"
)
func
(
c
*
Client
)
isNotLoggedIn
(
code
int
)
bool
{
if
c
.
token
==
""
{
return
false
}
return
code
==
http
.
StatusUnauthorized
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 11:58 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3612347
Attached To
rWGO writeas-go
Event Timeline
Log In to Comment