Skip to content

Instantly share code, notes, and snippets.

View luandevpro's full-sized avatar

Luận Trần luandevpro

View GitHub Profile
package main
import (
"fmt"
)
type Address struct {
address string
phone int
}
package main
import (
"fmt"
)
type Student struct {
Name string
Email string
Age int
package main
import (
"fmt"
)
type Student struct {
Name string
Email string
Age int
package main
import (
"fmt"
)
type Student struct {
string
int
}
package main
import (
"fmt"
)
type Student struct {
name string
email string
age int
package main
import (
"fmt"
)
func main() {
student := make(map[string]int)
student["tran"] = 25
package main
import (
"fmt"
)
func main() {
student := make(map[string]int)
student["tran"] = 25
package main
import (
"fmt"
)
func main() {
student := make(map[string]int)
student["tran"] = 25
package main
import (
"fmt"
)
func main() {
student := make(map[string]int)
student["tran"] = 25
apiVersion: v1
kind: Service
metadata:
name: entry-point
spec:
ports:
- port: 80
targetPort: 8080
type: NodePort
selector: