Skip to content

jnylam/cs189a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs189a

Code for CS 189A at Pomona College.

This code should be installed in your Go directory structure. First, create the target directory path.

mkdir -p $GOPATH/src/github.com/jnylam/

To clone the repository, go to this directory and run

git clone https://github.com/jnylam/cs189a

When new code is added to this repo, you can update your local copy with the git update command

cd $GOPATH/src/github.com/jnylam/cs189a
git update

It is recommended that you do not modify the code in this directory directly. Instead, copy it to a directory that you own. See detailed instructions on setting up Go on Piazza.

About

Code presented in CS 189A at Pomona College

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published