$ go build -ldflags -s
package main
import Foundation | |
func result<T>(_ closure: @autoclosure () throws -> T) -> (T?, Error?) { | |
do { | |
let a = try closure() | |
return (a, nil) | |
} catch (let err) { | |
return (nil, err) | |
} | |
} |
'use strict' | |
const assert = require('assert') | |
describe('Sample', () => { | |
it('gets the title of dictav.net', () => { | |
const title = browser.url('https://dictav.net').getTitle() | |
assert.equal(title, 'DICTAV') | |
}) | |
}) |
'use strict' | |
const assert = require('assert') | |
describe('Console Log', () => { | |
it('gets the title of dictav.net', () => { | |
const title = browser.url('https://dictav.net').getTitle() | |
assert.equal(title, 'DICTAV') | |
}) | |
it('has no SEVERE error', () => { |
$ go build -ldflags -s
package main
g1 | |
@startuml; | |
autonumber 10 10 "<b>[000]" | |
; | |
actor "Nanp App" as app; | |
participant "Browser" as br; | |
participant "nanp.builderscon.io" as ns; | |
participant "OAuth\nProvider" as op; | |
participant Octav as octav; | |
; |
package main | |
import ( | |
as "github.com/aerospike/aerospike-client-go" | |
astp "github.com/aerospike/aerospike-client-go/types" | |
"math" | |
"time" | |
) | |
type hoge struct { |
$ go checkout fix/serialize | |
$ go run ./cmd/_dictool/main.go ipa -mecab mecab-ipadic/ -output out1 | |
$ go run ./cmd/_dictool/main.go ipa -mecab mecab-ipadic/ -output out2 | |
$ shasum out{1,2}/ipa.dic | |
79ccee038f2edc6544e3ee264419615c624c207d out1/ipa.dic | |
79ccee038f2edc6544e3ee264419615c624c207d out2/ipa.dic |
このエントリは残しておかないといけないと思ったので残します。 copyright 2018 https://twitter.com/geek_niigata
2018/2/21 ブログ
2月末でギークハウス越路を解散することになりましたのでその経緯エントリ。