by shigemk2

当面は技術的なことしか書かない

Go

RegisterScalableTargetInputのRoleArn

サービスリンクロールに対応してるサービスならRoleArnは不要だが、EMRみたいにサービスリンクロール未対応ならRoleArnが必要。 // This parameter is required for services that do not support service-linked // roles (such as Amazon EMR), and it mus…

AWS Lambda Golang

Go

適当なディレクトリを掘って、main.goにGoで書いたLambdaコード書いて、ビルドしてzipで固めてアップロードする docs.aws.amazon.com

The Go Programming Language Specification

Go

レファレンスっぽく go.dev

go 2022-01-29

Go

[2022-01-29 07:32:56 +0900]: doc/go1.18: in workspace mode doc, link to "go work" docs

go 2022-01-28

Go

[2022-01-28 08:00:57 +0900]: go/types, types2: delete _TypeSet.includes - not used (cleanup) [2022-01-28 01:26:59 +0900]: cmd/compile: remove incorrect arm,arm64 CMP->CMN transformations

go 2022-01-27

Go

[2022-01-27 10:58:08 +0900]: cmd/compile: add missing shape check in (*Tsubster).tinter [2022-01-27 07:01:52 +0900]: Revert "spec: document the underlying type of comparable" [2022-01-27 06:44:45 +0900]: go/types, types2: clean up the set …

go 2022-01-25

Go

[2022-01-25 07:38:01 +0900]: cmd/compile: new absdiff.go test, fix problem with g.curDecl [2022-01-25 05:42:52 +0900]: go/types, types2: pass the seen map through _TypeSet.IsComparable [2022-01-25 03:30:36 +0900]: cmd/compile: always print…

go 2022-01-24

Go

[2022-01-24 23:27:31 +0900]: runtime: call fflush before exiting in C test

go 2022-01-22

Go

[2022-01-22 07:30:39 +0900]: spec: minor formatting and link cleanups [2022-01-22 06:05:02 +0900]: cmd/go: evaluate root symlink in matchPackages [2022-01-22 01:07:52 +0900]: runtime/pprof: TestLabelSystemstack parallelLabelHog.func1 must …

go 2022-01-21

Go

[2022-01-21 02:04:40 +0900]: Fix sys/sysctl.h depreciation error under glibc 2.30+ [2022-01-21 01:15:34 +0900]: CHANGELOG More ignores

go 2022-01-20

Go

[2022-01-20 12:00:42 +0900]: go/types, types2: use Identical rather than unification in missingMethod [2022-01-20 08:48:17 +0900]: cmd/compile/internal/importer, gcimporter: use *TypeParam as tparamIndex map value [2022-01-20 04:25:12 +090…

go 2022-01-19

Go

[2022-01-19 11:04:30 +0900]: spec: add another example for an invalid shift case [2022-01-19 08:21:37 +0900]: go/types, types2: report error for invalid string(1 << s) [2022-01-19 06:45:05 +0900]: cmd/compile: add missing copyright notice …

go 2022-01-15

Go

[2022-01-15 05:22:51 +0900]: Revert "cmd/dist: log CPU model when testing" [2022-01-15 05:22:10 +0900]: Revert "cmd/dist: log OS version when testing" [2022-01-15 03:11:36 +0900]: runtime/race: be less picky about test run time

go 2022-01-14

Go

[2022-01-14 03:57:47 +0900]: database/sql: consolidate test polling loops

go 2022-01-13

Go

[2022-01-13 09:27:14 +0900]: doc: mention that GOAMD64 is a compile-time setting

go 2022-01-12

Go

[2022-01-12 02:53:25 +0900]: go/types, types2: mention type decl scopes in Info.Scopes documentation [2022-01-12 02:14:38 +0900]: cmd/compile: resolve dictionaries/shape methods in markInlBody, if needed

go 2022-01-11

Go

[2022-01-11 04:18:39 +0900]: Revert "cmd/compile: unique LinkString for renamed, embedded fields" [2022-01-11 03:33:16 +0900]: go/types, types2: refer to type parameter if so for interface pointer errors

Go 2022-01-07

Go

[2022-01-07 13:06:40 +0900]: test/typeparam: adjust test preamble (fix longtests) [2022-01-07 11:23:01 +0900]: test/typeparam: adjust test preamble (fix longtests) [2022-01-07 09:50:49 +0900]: test/typeparam: adjust test preamble (fix long…

go 2022-01-06

Go

[2022-01-06 20:27:57 +0900]: runtime: crash on netbsd-arm64 when setcontext fails [2022-01-06 05:25:28 +0900]: cmd/go: add fuzzing coverage test [2022-01-06 04:20:30 +0900]: net/http: skip TestClientTimeout_h{1,2} on windows/arm and window…

casbin

Go

ACLのやつ。設定はファイルだったりMySQLだったりMongoDBだったり色々使える。 casbin.org

go 2022-01-05

Go

[2022-01-05 08:16:40 +0900]: net: do not panic on nil IPNet.String()

go 2021-12-30

Go

[2021-12-30 04:19:13 +0900]: misc/cgo/testsanitizers: accept compilers that don't report location [2021-12-30 03:02:27 +0900]: misc/cgo/testsanitizers: don't fail asan test if no symbolizer

go 2021-12-24

Go

[2021-12-24 03:09:02 +0900]: cmd/go: remove MallocNanoZone environment variable workaround

go 2021-12-23

Go

[2021-12-23 01:43:06 +0900]: runtime: handle stray profiling signal better

go 2021-12-22

Go

[2021-12-22 07:44:27 +0900]: doc/go1.18: document {text,html}/template {break,continue} commands [2021-12-22 05:04:57 +0900]: doc/go1.18: mention new go/types/Config.Context field [2021-12-22 03:00:23 +0900]: cmd/link: use SHT_INIT_ARRAY f…

go 2021-12-21

Go

[2021-12-21 09:08:14 +0900]: runtime: check the correct environment variable in TestCgoCallbackGC [2021-12-21 06:31:45 +0900]: net/http: fix link to ResponseWriter trailer example [2021-12-21 02:45:04 +0900]: cmd/internal/obj/riscv: mark s…

go 2021-12-17

Go

[2021-12-17 10:54:27 +0900]: doc/go1.18: document union element restriction [2021-12-17 06:24:40 +0900]: cmd/compile: only avoid escaping package paths for "go.shape" [2021-12-17 05:15:32 +0900]: cmd/go: add missing cgo condition in TestSc…

go 2021-12-16

Go

[2021-12-16 06:04:54 +0900]: cmd/compile: upgrade ssa to do (int or float) -> complex [2021-12-16 04:42:58 +0900]: cmd/compile/internal/types2: record types for union subexpressions [2021-12-16 04:24:56 +0900]: cmd/compile/internal/types2:…

go 2021-12-15

Go

[2021-12-15 22:40:30 +0900]: doc/go1.18: discuss embedded build info compatibility [2021-12-15 09:09:36 +0900]: doc/go1.18: mention that embedding a type parameter is forbidden [2021-12-15 08:39:14 +0900]: doc/go1.18: fix an unclosed ancho…

go 2021-12-14

Go

[2021-12-14 09:15:52 +0900]: cmd/compile: fix case where we didn't delay transformAssign in varDecl [2021-12-14 08:04:43 +0900]: go/types, types2: record (top-level) union types [2021-12-14 06:12:50 +0900]: net/http: revert h2_bundle.go fo…