-
.microsoft-
.amazon ...etc...?
-
.microsoft-
.amazon ...etc...?
.google TLD and that there is sre.google => Google - Site Reliability Engineering π³ #Google #SRE*=
.google TLD and that there is sre.google => Google - Site Reliability Engineering π³ #Google #SRE=
.google TLD and that there is sre.google => Google - Site Reliability Engineering π³ #Google #SRE=
> Code is read much more often than it is written.
That being said, a language's design is also extremely important and it is important that it is also a consistent design. Language design is hard π It took this guy months to get a concurrency model built for the programming language tau but he finally did it and I _think_ its brilliant ! π₯³
> Code is read much more often than it is written.
That being said, a language's design is also extremely important and it is important that it is also a consistent design. Language design is hard π It took this guy months to get a concurrency model built for the programming language tau but he finally did it and I _think_ its brilliant ! π₯³
package main
import (
"fmt"
"net/http"
)
func main() {
http.Handle("/", func (w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "Hello World!")
}
http.ListenAndServe(":8000", nil)
}
package main
import (
"fmt"
"net/http"
)
func main() {
http.Handle("/", func (w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "Hello World!")
}
http.ListenAndServe(":8000", nil)
}
So unless they add an option to "Add server..." I'm stuck π€¦ββοΈ
So unless they add an option to "Add server..." I'm stuck π€¦ββοΈ