goDoutu

command module
v0.0.0-...-a82cf68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

README

goDoutu

收集、整理各类表情包,直接保存,让斗图更简单

vs code 基本的代码提示配置

{
    "go.autocompleteUnimportedPackages": true,
    "go.useCodeSnippetsOnFunctionSuggest": true,
    "go.inferGopath": true,
    "go.gopath":"H:\\GoWork",
    "go.useCodeSnippetsOnFunctionSuggestWithoutType": true,
    "go.formatTool": "gofmt",
    "go.vetOnSave": "package",
    "go.buildOnSave": "package",
    "go.coverOnSave": true,
    "go.gocodeFlags": [
        "-builtin",
        "-ignore-case",
        "-unimported-packages"
    ],
    "go.gocodePackageLookupMode": "go",
    "go.gotoSymbol.includeGoroot": true,
    "go.gotoSymbol.includeImports": true,
    "go.addTags": {
        "tags": "json",
        "options": "json=omitempty",
        "promptForTags": true,
        "transform": "snakecase"
    },
    "go.useLanguageServer": true
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
db
helper
jwt
middleware
thirdparty
webcrawler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL