Advertisement
kosx

Google CMD goimports_not_gc.go

Dec 30th, 2020
1,302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.23 KB | None | 0 0
  1. // Copyright 2016 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // +build !gc
  5. package main
  6. func doTrace() func() {
  7.     return func() {}
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement