ソースを参照

Merge pull request #11 from shuheiktgw/small_fixes

Update travis.yml and README
tags/v0.1.0
iancoleman GitHub 4年前
コミット
ce7b139d80
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
2個のファイルの変更12行の追加5行の削除
  1. +5
    -5
      .travis.yml
  2. +7
    -0
      README.md

+ 5
- 5
.travis.yml ファイルの表示

@@ -1,9 +1,9 @@
sudo: false
language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip

+ 7
- 0
README.md ファイルの表示

@@ -22,3 +22,10 @@ s := "AnyKind of_string"
| `ToScreamingDelimited(s, '.')` | `ANY.KIND.OF.STRING` |
| `ToCamel(s)` | `AnyKindOfString` |
| `ToLowerCamel(s)` | `anyKindOfString` |


## Install

```bash
go get -u github.com/iancoleman/strcase
```

読み込み中…
キャンセル
保存