Skip to content
View LJTian's full-sized avatar
💼
working
💼
working
  • UnionTech Software Technology Co., Ltd.
  • beijing

Block or report LJTian

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
LJTian/README.md

LJTian

#include<stdio.h>

void main()
{
	printf("Hello! my friend\n");
	return;
}
package main

import "fmt"
func main(){
	fmt.Prinln("Hello! my friend")
	return 
}

minikube

image image

Pinned Loading

  1. kubebuilder-cn kubebuilder-cn Public

    Forked from kubernetes-sigs/kubebuilder

    中国汉化版本 http://book.kubebuilder.io 我之前汉化了一版。发现在持续更新上面存在问题,所以停下了脚步重新思考。目前我在原有的网站上增加了国际化,我将主要维护汉语的。也会努力将其推向仓库。

    Go 4

  2. go-test go-test Public

    Go 3

  3. j2y j2y Public

    json to yaml tool。

    Go 3

  4. minikube minikube Public

    Forked from kubernetes/minikube

    Run Kubernetes locally

    Go