mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-22 08:46:22 +03:00
SnakeCase name func
This commit is contained in:
parent
e603702aa3
commit
5312ea9f99
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package functions
|
||||||
|
|
||||||
import "net/http"
|
import "net/http"
|
||||||
|
|
||||||
var Connected = func() (ok bool) {
|
func Connected() (ok bool) {
|
||||||
_, err := http.Get("http://clients3.google.com/generate_204")
|
_, err := http.Get("http://clients3.google.com/generate_204")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Add table
Reference in a new issue