Skip to content

puyangsky/Learning-Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning-Golang

This is a repository recording my experience of learning Golang, and I learn from the course of cmu440 and their repo is at : cmu440.

Built by Gogland, and remember to add

"{current_path/Learning-Golang}" 

to your GOPATH, so that you can run correctly.

To clone this repository, execute the following command:

git clone https://github.com/puyangsky/Learning-Golang.git

To run the file named file.go, simply execute:

go run file.go

1.Learning TCP

The first project is a client/server model conversation program.

It is simple to implement via using "net" lib.

You can find code in /tcp/chatting.

2.

About

A repository for learning Golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages