KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
bytedance_GO_project
★ 24
Open GitHub ↗
第三届字节跳动青训营基础班开源项目
Download README (.md)
Explore Similar Repositories
NPC
:
No description available.
6-microservices-demo-1
:
No description available.
TVmaze
:
No description available.
OCKD-FacePAD
:
This repo provides PyTorch implementation of the paper One-Class Knowledge Distillation for Face Presentation Attack Detection to appear on IEEE Transactions on Information Forensics & Security (TIFS).
dingdong-pro
:
叮咚买菜新渠道接口,亲测每日稳定下单
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bytedance_GO_project
?
Download (.md)
# 🚀欢迎来到第三届字节跳动青训营基础班开源项目🚀 <p align="center"> <a href="https://github.com/wjl110/bytedance_GO_project"><img alt="Release" src="https://img.shields.io/badge/Ascotbe-bytedance_GO_project-green"></a> <a href="https://github.com/z"><img alt="Release" src="https://img.shields.io/github/repo-size/wjl110/bytedance_GO_project"></a> <a href="https://github.com/wjl110/bytedance_GO_project"><img alt="Release" src="https://img.shields.io/badge/GO-1.17+-blueviolet"></a> <a href="https://github.com/wjl110/Mbytedance_GO_project"><img alt="Release" src="https://img.shields.io/badge/Version-1.0-red"></a> <a href="https://github.com/wjl110/bytedance_GO_project"><img alt="Release" src="https://img.shields.io/badge/LICENSE-MIT-ff69b4"></a> </p> ## 欢迎 🐥 fork & star --- [青训营基础班课程表](class.png) # 资源搜集 ## GO语言下载安装地址 [Go官方下载地址](https://go.dev/learn/)、[windows](https://go.dev/dl/go1.18.1.windows-amd64.msi)、[macos](https://go.dev/dl/go1.18.1.darwin-amd64.pkg)、[linux](https://go.dev/dl/go1.18.1.linux-amd64.tar.gz)、[其他版本](https://go.dev/dl/) ## 了解GO语言的特性 [GO官方文档](https://go.dev/doc/tutorial/getting-started)、 [Go语言中文教程-菜鸟编程](https://www.runoob.com/go/go-tutorial.html)、 [Go 社区 Wiki](https://learnku.com/go/wikis)、 [Go语言中文社区](http://xueyuan.coder55.com/read/go-senior-learn/go-senior-learn-index?F=top) ## Github最佳实践和项目 [关于Go语言学习资料与社区索引](https://github.com/unknwon/go-study-index) [【从入门到实战】学习笔记,从零开始学Go、Gin框架,基本语法包括26个Demo,Gin框架](https://github.com/xinliangnote/Go) [遵循最佳实践在 Go 中为初学者实现的算法。](https://github.com/TheAlgorithms/Go) [精选的 Go 框架、库和软件的精选列表](https://github.com/avelino/awesome-go) # GO个人笔记💪 ## [helloworld.go文件](helloworld.go) ### 生成可执行文件: ```go go build helloworld ``` ## [可执行文件](helloworld) ### 运行可执行文件 ```go ./helloworld ``` # 贡献 [wjl110](https://github.com/wjl110) # License ## [MIT License](license)