Skip to content

zhaoleigege/datastruct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

数据结构

  1. Git项目的创建

    echo "### 数据结构" >> README.md
    git init
    git add README.md
    git commit -m "datastruct初始化"
    git remote add origin git@github.com:zhaoleigege/datastruct.git
    git push -u origin master
  2. golang项目的初始化

    go mod init github.com/zhaoleigege/datastruct

    IDEA设置支持vgo

    Preferences... -> GO -> Go Modules (vgo) -> Enable Go Modules (vgo) integration 打上勾

About

数据结构的实现和描述

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published