Skip to content
View Closetotheworld's full-sized avatar

Organizations

@lunit-io
Block or Report

Block or report Closetotheworld

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Closetotheworld/README.md

Hi there 👋

  • 🌱 I’m currently learning Golang, python, docker, k8s!
  • 📫 How to reach me: hwr0450@gmail.com
package main
import "fmt"

type wonryang struct {
	name  string
	birth string
	skill string
	intro string
}

func main() {
	me := wonryang{
		name:  "wonryang Heo\n",
		birth: "1995/05/21\n",
		skill: "python, golang, java, docker, k8s\n",
		intro: "Hello! I want to be a gooddddddddddddddddddddddddddd developer",
	}
	fmt.Println(me)
}

Popular repositories Loading

  1. closetotheworld.github.io closetotheworld.github.io Public

    JavaScript

  2. crawl-music-list-with-golang crawl-music-list-with-golang Public

  3. docker-to-spring-example docker-to-spring-example Public

  4. django-for-docker django-for-docker Public

    django for docker

    Python

  5. drf-for-docker drf-for-docker Public

    sample for drf in docker

    Python

  6. aiohttp-docker aiohttp-docker Public

    Python