Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinriyo/golang_web_study
http://golang.jp/codelab-wikiでやってみた
https://github.com/shinriyo/golang_web_study
Last synced: 19 days ago
JSON representation
http://golang.jp/codelab-wikiでやってみた
- Host: GitHub
- URL: https://github.com/shinriyo/golang_web_study
- Owner: shinriyo
- Created: 2014-09-23T10:35:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T12:34:39.000Z (about 10 years ago)
- Last Synced: 2024-04-13T16:17:09.709Z (7 months ago)
- Language: Go
- Size: 609 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
http://golang.jp/codelab-wiki
で行ったしたことをした。# "httpパッケージの手ほどき(幕間)"までのこと
`git checkout bfrhttp`
## 実行
```
8g wiki.go
8l wiki.8
./8.out
```
$ 8g wiki.go# "httpパッケージの手ほどき(幕間)"こと
`git checkout afthttp`
## 実行
hello_http.goで作成している。
```
8g hello_http.go
8l hello_http.8
./8.out
```この後で、
http://localhost:8080/monkeys
へWebブラウザでアクセスする。