oops
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://r.gnavi.co.jp/sp/g-mag/entry/013042 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"bufio" | |
"fmt" | |
"log" | |
"os" | |
"syscall" | |
"time" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo: required #is required to use docker service in travis | |
language: php #can be any language, just php for example | |
services: | |
- docker # required, but travis uses older version of docker :( | |
install: | |
- echo "install nothing!" # put your normal pre-testing installs here |
See also, http://libraryofalexandria.io/cgo/
cgo
has a lot of trap.
but Not "C" pkg also directory in $GOROOT/src
. IDE's(vim) Goto command not works.
So, Here collect materials.
更新: | 2024-05-20 |
---|---|
作者: | @voluntas |
バージョン: | 2024.1 |
URL: | https://voluntas.github.io/ |
更新: | 2022-03-18 |
---|---|
作者: | @voluntas |
バージョン: | 2022.1 |
URL: | http://voluntas.github.io/ |
前回:うに小屋
|店|駅|メモ| |---|---|---|---|---| |しゃくしゃく|東銀座|地酒22種類 + 雲丹ご飯付きコースで5000円| |ウニと海老の専門店 大人和食TOKYO|渋谷|コース安定してそう、丸ごとウニやばそう| |茶良ら 〜SALALA〜|銀座一丁目|コースで雲丹ご飯あり。ワインも豊富そう| |リストランテ デラ コリーナ|恵比寿|うにパスタだけ頼んでワインとか| |うにくら|水道橋|木箱うにやばい| |鰓呼吸|中目黒|こぼれ系寿司|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; | |
server_name *.example.com>; | |
if ($host ~* "^([^.]+(\.[^.]+)*)\..example.com$"){ | |
set $subd $1; | |
} | |
.... | |
} |